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 69 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 83 of file containers.hpp.
Implementation ecl::DynamicContainerConcept< Implementation >::container [private] |
Definition at line 96 of file containers.hpp.
Implementation::iterator ecl::DynamicContainerConcept< Implementation >::iter [private] |
Definition at line 97 of file containers.hpp.