All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Container concepts submodule

Concepts involving the standard C++ containers. More...

Classes

struct  gears::concepts::Container< T >
 Checks if a type is a container. More...
 
struct  gears::concepts::ReversibleContainer< T >
 Checks if a type is a container that can be reversed. More...
 
struct  gears::concepts::AllocatorAwareContainer< T >
 Checks if a type is a container with an allocator. More...
 
struct  gears::concepts::SequenceContainer< T >
 Checks if a type is a sequence container. More...
 
struct  gears::concepts::AssociativeContainer< T >
 Checks if a type is an associative container. More...
 

Detailed Description

A collection of concepts that deal with the semantics of what entails a C++ standard container or a type that meets similar requirements.