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

◆ full()

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

Definition at line 916 of file vector.h.

916{ return INLINED_SIZE == size(); }
size_t size() const
Definition vector.h:866

References size().

+ Here is the call graph for this function: