Validates functionality for the output byte device concept. More...
#include <devices.hpp>
Public Member Functions | |
ecl_compile_time_concept_test (OutputByteDeviceConcept) | |
Implements a concept test for output byte devices. More... | |
Private Attributes | |
Implementation | output_byte_device |
Validates functionality for the output byte device concept.
This checks if a device can handle output of all char types (char, signed char, unsigned char).
Definition at line 211 of file devices.hpp.
|
inline |
Implements a concept test for output byte devices.
The following conditions are required by output byte devices:
Along with the write function implemented for signed and unsigned char types.
Definition at line 226 of file devices.hpp.
|
private |
Definition at line 249 of file devices.hpp.