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

◆ empty()

template<typename T, size_t N>
bool fl::FixedVector< T, N >::empty ( ) const
inlineconstexpr

Definition at line 136 of file vector.h.

136{ return current_size == 0; }
size_t current_size
Definition vector.h:302