
Directories | |
| directory | support |
Files | |
| file | associative_container_adaptor.hpp |
| Container adaptor to build a type that is compliant to the concept of an associative container. | |
| file | container_adaptor.hpp |
| Container adaptor to build a type that is compliant to the concept of a container. | |
| file | list_adaptor.hpp |
| Container adaptor to easily build a std::list signature compatible container. | |
| file | list_map_adaptor.hpp |
| Container adaptor. | |
| file | map_adaptor.hpp |
| Container adaptor to easily build a std::map signature compatible container. | |
| file | multimap_adaptor.hpp |
| Container adaptor to easily build a std::multimap signature compatible container. | |
| file | multiset_adaptor.hpp |
| Container adaptor to easily build a std::multiset signature compatible container. | |
| file | ordered_associative_container_adaptor.hpp |
| Container adaptor to build a type that is compliant to the concept of an ordered associative container. | |
| file | sequence_container_adaptor.hpp |
| Container adaptor to build a type that is compliant to the concept of a weak associative container. | |
| file | set_adaptor.hpp |
| Container adaptor to easily build a std::set signature compatible container. | |
| file | unordered_associative_container_adaptor.hpp |
| Container adaptor to build a type that is compliant to the concept of an unordered associative container. | |
| file | unordered_map_adaptor.hpp |
| Container adaptor to easily build a std::unordered_map signature compatible container. | |
| file | unordered_multimap_adaptor.hpp |
| Container adaptor to easily build a std::unordered_multimap signature compatible container. | |
| file | unordered_multiset_adaptor.hpp |
| Container adaptor to easily build a std::unordered_multiset signature compatible container. | |
| file | unordered_set_adaptor.hpp |
| Container adaptor to easily build a std::unordered_set signature compatible container. | |
| file | vector_adaptor.hpp |
| Container adaptor to easily build a std::vector signature compatible container. | |
| file | vector_map_adaptor.hpp |
| Container adaptor. | |