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

◆ unordered_set() [2/4]

template<typename Key, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>>
fl::unordered_set< Key, Hash, KeyEqual >::unordered_set ( memory_resource * resource)
inlineexplicit

Definition at line 72 of file unordered_set.h.

72: data(resource) {}
fl::unordered_map< Key, bool, Hash, KeyEqual > data

References unordered_set(), and data.

+ Here is the call graph for this function: