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

◆ empty()

template<typename T, size_t INLINED_SIZE>
bool fl::InlinedVector< T, INLINED_SIZE >::empty ( ) const
inline

Definition at line 913 of file vector.h.

913{ return size() == 0; }
size_t size() const
Definition vector.h:912

References size().

+ Here is the call graph for this function: