Defines validating functionality for the byte container concept. More...
#include <containers.hpp>
Public Member Functions | |
ecl_compile_time_concept_test (ByteContainerConcept) | |
Implements a concept test for byte containers. | |
Private Attributes | |
Implementation | container |
Implementation::iterator | iter |
Defines validating functionality for the byte container concept.
Elements stored in this container can be either signed, unsigned or char type.
Definition at line 314 of file containers.hpp.
ecl::ByteContainerConcept< Implementation >::ecl_compile_time_concept_test | ( | ByteContainerConcept< Implementation > | ) | [inline] |
Implements a concept test for byte containers.
The following conditions are required by byte containers:
Definition at line 326 of file containers.hpp.
Implementation ecl::ByteContainerConcept< Implementation >::container [private] |
Definition at line 342 of file containers.hpp.
Implementation::iterator ecl::ByteContainerConcept< Implementation >::iter [private] |
Definition at line 343 of file containers.hpp.