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. | |
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.
ecl::InputOutputCharDeviceConcept< Implementation >::ecl_compile_time_concept_test | ( | InputOutputCharDeviceConcept< Implementation > | ) | [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.
Implementation ecl::InputOutputCharDeviceConcept< Implementation >::input_output_char_device [private] |
Definition at line 145 of file devices.hpp.