|
FastLED 3.9.15
|
Definition at line 43 of file multi_map.h.
Collaboration diagram for fl::MultiMapTree< Key, Value, Compare, Allocator >::ValueWithId:Public Member Functions | |
| ValueWithId () FL_NOEXCEPT=default | |
| ValueWithId (const value_type &v, fl::size id) | |
| ValueWithId (value_type &&v, fl::size id) | |
| const Key & | get_key () const |
Public Attributes | |
| fl::size | unique_id |
| value_type | value |