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

◆ size()

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

Definition at line 283 of file deque.h.

283 {
284 return mSize;
285 }
fl::size mSize
Definition deque.h:21

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

+ Here is the caller graph for this function: