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

Detailed Description

template<typename Key, typename Compare = less<Key>, typename Allocator = allocator<Key>>
struct fl::MultiSetTree< Key, Compare, Allocator >::ValueWithId

Definition at line 40 of file multi_set.h.

+ Collaboration diagram for fl::MultiSetTree< Key, Compare, Allocator >::ValueWithId:

Public Member Functions

 ValueWithId () FL_NOEXCEPT=default
 
 ValueWithId (const Key &v, fl::size id)
 
 ValueWithId (Key &&v, fl::size id)
 
const Keyget_key () const
 

Public Attributes

fl::size unique_id
 
Key value
 

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