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

◆ get_memory_resource()

template<typename Key, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>>
memory_resource * fl::unordered_set< Key, Hash, KeyEqual >::get_memory_resource ( ) const
inline

Definition at line 167 of file unordered_set.h.

167{ return data.get_memory_resource(); }
fl::unordered_map< Key, bool, Hash, KeyEqual > data

References data.