Validates functionality for the output char device concept. More...
#include <devices.hpp>
Public Member Functions | |
ecl_compile_time_concept_test (OutputCharDeviceConcept) | |
Implements a concept test for output char devices. More... | |
Private Attributes | |
Implementation | output_char_device |
Validates functionality for the output char device concept.
This checks if a device can handle output of char types.
Definition at line 82 of file devices.hpp.
|
inline |
Implements a concept test for output char devices.
The following conditions are required by output char devices:
Definition at line 95 of file devices.hpp.
|
private |
Definition at line 111 of file devices.hpp.