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

◆ capacity()

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

Definition at line 259 of file set.h.

259{ return data.capacity(); }
VectorType data
Definition set.h:273

References data.