Validates functionality for the input-output char device concept. More...
#include <devices.hpp>
Public Member Functions | |
ecl_compile_time_concept_test (InputOutputCharDeviceConcept) | |
Implements a concept test for input-output byte devices. More... | |
Private Attributes | |
Implementation | input_output_char_device |
Validates functionality for the input-output char device concept.
This checks if a device can handle input-output of char types.
Definition at line 116 of file devices.hpp.
|
inline |
Implements a concept test for input-output byte devices.
The following conditions are required by input-output byte devices:
Definition at line 129 of file devices.hpp.
|
private |
Definition at line 145 of file devices.hpp.