FastLED 3.9.15
Loading...
Searching...
No Matches
fl::MultiMapTree< Key, Value, Compare, Allocator >::ValueWithId Struct Reference

Detailed Description

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
struct fl::MultiMapTree< Key, Value, Compare, Allocator >::ValueWithId

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 Keyget_key () const
 

Public Attributes

fl::size unique_id
 
value_type value
 

The documentation for this struct was generated from the following file: