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

◆ begin_array() [2/2]

template<typename T>
array_iterator< T > fl::json_value::begin_array ( )
inline

Definition at line 1326 of file types.h.

1326 {
1327 if (is_array()) {
1328 return array_iterator<T>(&data, 0);
1329 }
1330 return array_iterator<T>();
1331 }
variant_t data
Definition types.h:700
bool is_array() const FL_NOEXCEPT
Definition types.h:894

References data, FL_NOEXCEPT, and is_array().

+ Here is the call graph for this function: