Validates functionality for the input-output byte device concept. More...
#include <devices.hpp>
Public Member Functions | |
ecl_compile_time_concept_test (InputOutputByteDeviceConcept) | |
Implements a concept test for input-output byte devices. More... | |
Private Attributes | |
Implementation | input_output_byte_device |
Validates functionality for the input-output byte device concept.
This checks if a device can handle input-output of all char types (char, signed char, unsigned char).
Definition at line 255 of file devices.hpp.
|
inline |
Implements a concept test for input-output byte devices.
The following conditions are required by input-output byte devices:
Along with the read/write functions implemented for signed and unsigned char types.
Definition at line 270 of file devices.hpp.
|
private |
Definition at line 306 of file devices.hpp.