Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
container_adaptor.hpp File Reference

Container adaptor to build a type that is compliant to the concept of a container. More...

#include <boost/config.hpp>
#include <utility>
#include <boost/mpl/if.hpp>
#include <boost/mpl/aux_/na.hpp>
#include <boost/bimap/container_adaptor/detail/identity_converters.hpp>
#include <boost/iterator/iterator_traits.hpp>
#include <boost/bimap/container_adaptor/detail/functor_bag.hpp>
#include <boost/mpl/vector.hpp>
#include <boost/mpl/copy.hpp>
#include <boost/mpl/front_inserter.hpp>
#include <boost/call_traits.hpp>
Include dependency graph for container_adaptor.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::bimaps::container_adaptor::container_adaptor< Base, Iterator, ConstIterator, IteratorToBaseConverter, IteratorFromBaseConverter, ValueToBaseConverter, ValueFromBaseConverter, FunctorsFromDerivedClasses >
 Container adaptor to build a type that is compliant to the concept of a container. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::bimaps
 
 boost::bimaps::container_adaptor
 Container Adaptor toolbox, easy way to build new containers from existing ones.
 

Detailed Description

Container adaptor to build a type that is compliant to the concept of a container.