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 237 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 249 of file containers.hpp.
Implementation ecl::UnsignedByteContainerConcept< Implementation >::container [private] |
Definition at line 264 of file containers.hpp.
Implementation::iterator ecl::UnsignedByteContainerConcept< Implementation >::iter [private] |
Definition at line 265 of file containers.hpp.