Defines validating functionality for the streams concept. More...
#include <streams.hpp>
Public Member Functions | |
ecl_compile_time_concept_test (StreamConcept) | |
Implements a concept test for streams. | |
Private Attributes | |
Implementation | stream |
Defines validating functionality for the streams concept.
This only requires very minimal level functionality for streams, most std io streams as well as the ecl streams will work with it.
Definition at line 38 of file streams.hpp.
ecl::StreamConcept< Implementation >::ecl_compile_time_concept_test | ( | StreamConcept< Implementation > | ) | [inline] |
Implements a concept test for streams.
The following conditions are required by streams:
Definition at line 49 of file streams.hpp.
Implementation ecl::StreamConcept< Implementation >::stream [private] |
Definition at line 58 of file streams.hpp.