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

◆ empty()

template<typename T>
bool fl::deque< T >::empty ( ) const
inline

Definition at line 424 of file deque.h.

424 {
425 return mSize == 0;
426 }
fl::size mSize
Definition deque.h:18

Referenced by fl::deque< int >::clear(), and fl::json::to_string_native().

+ Here is the caller graph for this function: