Validates functionality for the input byte device concept. More...
#include <devices.hpp>
Public Member Functions | |
ecl_compile_time_concept_test (InputByteDeviceConcept) | |
Implements a concept test for input devices. More... | |
Private Attributes | |
Implementation | input_byte_device |
Validates functionality for the input byte device concept.
This checks if a device can handle input of all char types (char, signed char, unsigned char).
Definition at line 159 of file devices.hpp.
|
inline |
Implements a concept test for input devices.
The following conditions are required by input devices:
Along with the same function implemented for signed and unsigned char types.
Definition at line 171 of file devices.hpp.
|
private |
Definition at line 192 of file devices.hpp.