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

◆ end() [2/2]

iterator fl::json_value::end ( )
inline

Definition at line 1154 of file types.h.

1154 {
1155 if (is_object()) {
1156 auto ptr = data.ptr<json_object>();
1157 return iterator(ptr->end());
1158 }
1159 // Use temporary empty object to avoid static initialization conflicts with Teensy
1160 return iterator(json_object().end());
1161 }
fl::flat_map< fl::string, fl::shared_ptr< json_value >, fl::StringFastLess > json_object
Definition types.h:34
json_value::iterator iterator
Definition types.h:697
variant_t data
Definition types.h:700
bool is_object() const FL_NOEXCEPT
Definition types.h:906
iterator end() FL_NOEXCEPT
Definition types.h:1154

References data, end(), FL_NOEXCEPT, and is_object().

Referenced by end(), end(), and keys().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: