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. | |
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 205 of file devices.hpp.
ecl::OutputByteDeviceConcept< Implementation >::ecl_compile_time_concept_test | ( | OutputByteDeviceConcept< Implementation > | ) | [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 218 of file devices.hpp.
Implementation ecl::OutputByteDeviceConcept< Implementation >::output_byte_device [private] |
Definition at line 241 of file devices.hpp.