FastLED
3.9.15
Loading...
Searching...
No Matches
◆
invoke()
[2/2]
void
fl::FunctionList
< Args >::invoke
(
Args...
args
)
inline
Definition at line
38
of file
function_list.h
.
38
{
39
for
(
const
auto
&
pair
: this->
mFunctions
) {
40
auto
&
function
=
pair
.second;
41
function
(
args
...);
42
}
43
}
fl::FunctionListBase< function< void(Args...)> >::mFunctions
fl::vector< pair< int, function< void(Args...)> > > mFunctions
Definition
function_list.h:10
fl::FunctionList
Definition
function_list.h:36
fl
FunctionList< void >
Generated on Sat May 24 2025 22:44:24 for FastLED by
1.13.2