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

◆ empty()

template<typename T, fl::size N = 0>
bool fl::circular_buffer< T, N >::empty ( ) const
inline

Definition at line 258 of file circular_buffer.h.

258{ return mCore.empty(); }
circular_buffer_core< T > mCore

References mCore.