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

◆ back() [1/2]

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

Definition at line 405 of file flat_map.h.

405 {
406 FASTLED_ASSERT(!empty(), "flat_map::back() on empty map");
407 return mData.back();
408 }
vector_type mData
Definition flat_map.h:51
bool empty() const FL_NOEXCEPT
Definition flat_map.h:97