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

◆ end_array() [2/2]

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

Definition at line 1965 of file json.h.

1967 {
1968 if (!m_value) return typename JsonValue::template array_iterator<T>();
fl::shared_ptr< JsonValue > m_value
Definition json.h:1622

References end_array(), and m_value.

+ Here is the call graph for this function: