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

◆ empty()

template<typename T, typename Allocator = fl::allocator<T>>
bool fl::deque< T, Allocator >::empty ( ) const
inline

Definition at line 279 of file deque.h.

279 {
280 return mSize == 0;
281 }
fl::size mSize
Definition deque.h:21

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

+ Here is the caller graph for this function: