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

◆ empty()

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

Definition at line 256 of file set.h.

256{ return data.empty(); }
VectorType data
Definition set.h:273

References data.