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

◆ cbegin()

template<typename FunctionType>
const_iterator fl::FunctionListBase< FunctionType >::cbegin ( ) const
inline

Definition at line 46 of file function_list.h.

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

References mFunctions.