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

◆ empty()

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

Definition at line 159 of file vector.h.

159{ return current_size == 0; }
fl::size current_size
Definition vector.h:341