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

◆ front() [2/2]

template<typename Key, typename Value, typename Less = fl::less<Key>>
value_type & fl::flat_map< Key, Value, Less >::front ( )
inline

Definition at line 390 of file flat_map.h.

390 {
391 FASTLED_ASSERT(!empty(), "flat_map::front() on empty map");
392 return mData.front();
393 }
vector_type mData
Definition flat_map.h:51
bool empty() const FL_NOEXCEPT
Definition flat_map.h:97