MCPcopy Create free account
hub / github.com/FastLED/FastLED / toErased

Method toErased

src/fl/channels/config.h:330–330  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

328 /// @brief Convenience: build the erased form by value (handy in templates
329 /// where the implicit conversion is suppressed by overload rules).
330 ChannelConfig toErased() const FL_NOEXCEPT { return static_cast<ChannelConfig>(*this); }
331
332 // ---- Data members (mirror ChannelConfig, but with typed `chipset`) ----
333

Callers 2

createFunction · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected