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

◆ size()

template<typename Key, typename Allocator = fl::allocator<Key>>
fl::size fl::VectorSet< Key, Allocator >::size ( ) const
inlineconstexpr

Definition at line 254 of file set.h.

254{ return data.size(); }
VectorType data
Definition set.h:273

References data.