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

◆ empty()

template<typename Key, typename Value, typename Less = fl::less<Key>>
bool fl::flat_map< Key, Value, Less >::empty ( ) const
inline

Definition at line 97 of file flat_map.h.

97{ return mData.empty(); }
vector_type mData
Definition flat_map.h:51

Referenced by fl::SerializerVisitor::accept(), fl::flat_map< int, FxPtr >::back(), fl::flat_map< int, FxPtr >::back(), fl::flat_map< int, FxPtr >::front(), fl::flat_map< int, FxPtr >::front(), fl::flat_map< int, FxPtr >::next(), and fl::flat_map< int, FxPtr >::prev().

+ Here is the caller graph for this function: