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

◆ count()

template<typename Key, typename Compare = less<Key>, typename Allocator = allocator_slab<char>>
fl::size fl::SetRedBlackTree< Key, Compare, Allocator >::count ( const Key & key) const
inline

Definition at line 980 of file rbtree.h.

980 {
981 return mTree.count(key);
982 }