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

◆ empty()

template<typename FunctionType>
bool fl::FunctionListBase< FunctionType >::empty ( ) const
inline

Definition at line 51 of file function_list.h.

51{ return mFunctions.empty(); }
fl::vector< pair< int, FunctionType > > mFunctions

References mFunctions.