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

◆ contains()

template<typename Key, typename Allocator = fl::allocator_slab<Key>>
bool fl::set< Key, Allocator >::contains ( const Key & key) const
inline

Definition at line 353 of file set.h.

353 {
354 return tree_.contains(key);
355 }
TreeType tree_
Definition set.h:281
Definition set.h:278

Referenced by fl::set< T, fl::allocator_inlined_slab< T, N > >::has().

+ Here is the caller graph for this function: