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

This header file forward declares boost::container::scoped_allocator_adaptor and defines the following types: More...

#include <boost/container/detail/config_begin.hpp>
#include <boost/container/detail/workaround.hpp>
#include <boost/container/detail/config_end.hpp>
Include dependency graph for scoped_allocator_fwd.hpp:
This graph shows which files directly or indirectly include this file:

Classes

singleton  boost::container::scoped_allocator_adaptor< OuterAlloc, InnerAllocs >
 This class is a C++03-compatible implementation of std::scoped_allocator_adaptor. More...
 
struct  boost::container::allocator_arg_t
 The allocator_arg_t struct is an empty structure type used as a unique type to disambiguate constructor and function overloading. More...
 
struct  boost::container::constructible_with_allocator_suffix< T >
 Remark: if a specialization is derived from true_type, indicates that T may be constructed with an allocator as its last constructor argument. More...
 
struct  boost::container::constructible_with_allocator_prefix< T >
 Remark: if a specialization is derived from true_type, indicates that T may be constructed with allocator_arg and T::allocator_type as its first two constructor arguments. More...
 
struct  boost::container::uses_allocator< T, Alloc >
 Remark: Automatically detects if T has a nested allocator_type that is convertible from Alloc. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::container
 

Detailed Description

This header file forward declares boost::container::scoped_allocator_adaptor and defines the following types: