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 1523 of file rbtree.h.

1523 {
1524 return mTree.count(key);
1525 }