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

◆ toErased()

template<typename Chipset>
ChannelConfig fl::ChannelConfigOf< Chipset >::toErased ( ) const
inline

Convenience: build the erased form by value (handy in templates where the implicit conversion is suppressed by overload rules).

Examples
/home/runner/work/FastLED/FastLED/src/fl/channels/config.h.

Definition at line 330 of file config.h.

330{ return static_cast<ChannelConfig>(*this); }
Strongly-typed channel configuration with compile-time chipset family.
Definition config.h:303

References FL_NOEXCEPT.