@brief Convenience: build the erased form by value (handy in templates where the implicit conversion is suppressed by overload rules).
| 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 |
no outgoing calls
no test coverage detected