Defines validating functionality for the byte container concept. More...
#include <containers.hpp>
Public Member Functions | |
ecl_compile_time_concept_test (UnsignedByteContainerConcept) | |
Implements a concept test for byte containers. | |
Private Attributes | |
Implementation | container |
Implementation::iterator | iter |
Defines validating functionality for the byte container concept.
Definition at line 241 of file containers.hpp.
ecl::UnsignedByteContainerConcept< Implementation >::ecl_compile_time_concept_test | ( | UnsignedByteContainerConcept< Implementation > | ) | [inline] |
Implements a concept test for byte containers.
The following conditions are required by byte containers:
Definition at line 253 of file containers.hpp.
Implementation ecl::UnsignedByteContainerConcept< Implementation >::container [private] |
Definition at line 269 of file containers.hpp.
Implementation::iterator ecl::UnsignedByteContainerConcept< Implementation >::iter [private] |
Definition at line 270 of file containers.hpp.