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. More... | |
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 44 of file streams.hpp.
|
inline |
Implements a concept test for streams.
The following conditions are required by streams:
Definition at line 63 of file streams.hpp.
|
private |
Definition at line 72 of file streams.hpp.