|
C++ Channel
|
Trait to check if a type is supported by msd::channel. More...
#include <channel.hpp>
Static Public Attributes | |
| static constexpr bool | value |
| Indicates if the type meets all channel requirements. | |
Trait to check if a type is supported by msd::channel.
This trait ensures the type meets all requirements to be safely used within the channel:
| T | The type to check. |
Indicates if the type meets all channel requirements.