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

◆ invoke() [1/3]

template<typename F, typename... Args>
auto fl::invoke ( F && f,
Args &&... args ) -> enable_if_t<!is_member_function_pointer<typename remove_reference<F>::type>::value && !detail::is_member_data_pointer<typename remove_reference<F>::type>::value, decltype(fl::forward<F>(f)(fl::forward<Args>(args)...))>

Definition at line 89 of file functional.h.

93{
95}
constexpr T && forward(typename remove_reference< T >::type &t) noexcept
corkscrew_args args
Definition old.h:150

References args, and forward().

+ Here is the call graph for this function: