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

◆ invoke() [2/3]

template<typename F, typename T1>
auto fl::invoke ( F && f,
T1 && t1 ) -> enable_if_t<detail::is_member_data_pointer<typename remove_reference<F>::type>::value && !detail::use_pointer_syntax<T1>::value, decltype(fl::forward<T1>(t1).*f)>

Definition at line 69 of file functional.h.

73{
74 return fl::forward<T1>(t1).*f;
75}
constexpr T && forward(typename remove_reference< T >::type &t) noexcept

References forward(), and fl::integral_constant< bool, false >::value.

+ Here is the call graph for this function: