Validates functionality for the input char device concept. More...
#include <devices.hpp>
Public Member Functions | |
ecl_compile_time_concept_test (InputCharDeviceConcept) | |
Implements a concept test for input devices. | |
Private Attributes | |
Implementation | input_char_device |
Validates functionality for the input char device concept.
This checks if a device can handle input of char types.
Definition at line 39 of file devices.hpp.
ecl::InputCharDeviceConcept< Implementation >::ecl_compile_time_concept_test | ( | InputCharDeviceConcept< Implementation > | ) | [inline] |
Implements a concept test for input devices.
The following conditions are required by input devices:
Definition at line 49 of file devices.hpp.
Implementation ecl::InputCharDeviceConcept< Implementation >::input_char_device [private] |
Definition at line 64 of file devices.hpp.