Defines validating functionality for the dynamic container concept. More...
#include <containers.hpp>
Public Member Functions | |
ecl_compile_time_concept_test (DynamicContainerConcept) | |
Implements a concept test for containers. | |
Private Attributes | |
Implementation | container |
Implementation::iterator | iter |
Defines validating functionality for the dynamic container concept.
Definition at line 71 of file containers.hpp.
ecl::DynamicContainerConcept< Implementation >::ecl_compile_time_concept_test | ( | DynamicContainerConcept< Implementation > | ) | [inline] |
Implements a concept test for containers.
The following conditions are required by containers:
Definition at line 85 of file containers.hpp.
Implementation ecl::DynamicContainerConcept< Implementation >::container [private] |
Definition at line 100 of file containers.hpp.
Implementation::iterator ecl::DynamicContainerConcept< Implementation >::iter [private] |
Definition at line 101 of file containers.hpp.