FastLED 3.9.15
Loading...
Searching...
No Matches

◆ end_array() [1/2]

template<typename T>
array_iterator< T > fl::JsonValue::end_array ( )
inline

Definition at line 1333 of file json.h.

1335 {
1336 if (is_array()) {
1337 return array_iterator<T>(&data, size());
1338 }
size_t size() const
Definition json.h:1478
bool is_array() const noexcept
Definition json.h:865
variant_t data
Definition json.h:678

References data, is_array(), and size().

+ Here is the call graph for this function: