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

◆ is()

template<typename... Types>
template<typename T>
bool fl::Variant< Types >::is ( ) const
inlinenoexcept

Definition at line 106 of file variant.h.

106 {
107 return _tag == type_to_tag<T>();
108 }
static constexpr Tag type_to_tag()
Definition variant.h:267