#include <boost/container/detail/config_begin.hpp>#include <boost/container/detail/workaround.hpp>#include <boost/container/scoped_allocator_fwd.hpp>#include <boost/type_traits/integral_constant.hpp>#include <boost/container/allocator_traits.hpp>#include <boost/container/detail/type_traits.hpp>#include <boost/container/detail/utilities.hpp>#include <utility>#include <boost/container/detail/pair.hpp>#include <boost/move/utility_core.hpp>#include <boost/core/no_exceptions_support.hpp>#include <boost/container/detail/config_end.hpp>
Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::container | |
| boost::container::container_detail | |
Functions | |
| template<typename Alloc > | |
| container_detail::outermost_allocator_imp < Alloc >::type &  | boost::container::get_outermost_allocator (Alloc &a) | 
| template<typename Alloc > | |
| const  container_detail::outermost_allocator_imp < Alloc >::type &  | boost::container::get_outermost_allocator (const Alloc &a) | 
| template<typename OutermostAlloc , typename InnerAlloc , typename T , class... Args> | |
| void | boost::container::container_detail::dispatch_allocator_prefix_suffix (boost::true_type use_alloc_prefix, OutermostAlloc &outermost_alloc, InnerAlloc &inner_alloc, T *p, BOOST_FWD_REF(Args)...args) | 
| template<typename OutermostAlloc , typename InnerAlloc , typename T , class... Args> | |
| void | boost::container::container_detail::dispatch_allocator_prefix_suffix (boost::false_type use_alloc_prefix, OutermostAlloc &outermost_alloc, InnerAlloc &inner_alloc, T *p, BOOST_FWD_REF(Args)...args) | 
| template<typename OutermostAlloc , typename InnerAlloc , typename T , class... Args> | |
| void | boost::container::container_detail::dispatch_uses_allocator (boost::true_type uses_allocator, OutermostAlloc &outermost_alloc, InnerAlloc &inner_alloc, T *p, BOOST_FWD_REF(Args)...args) | 
| template<typename OutermostAlloc , typename InnerAlloc , typename T , class... Args> | |
| void | boost::container::container_detail::dispatch_uses_allocator (boost::false_type uses_allocator, OutermostAlloc &outermost_alloc, InnerAlloc &inner_alloc, T *p, BOOST_FWD_REF(Args)...args) | 
| template<typename OuterA1 , typename OuterA2 , typename... InnerAllocs> | |
| bool | boost::container::operator== (const scoped_allocator_adaptor< OuterA1, InnerAllocs... > &a, const scoped_allocator_adaptor< OuterA2, InnerAllocs... > &b) | 
| template<typename OuterA1 , typename OuterA2 , typename... InnerAllocs> | |
| bool | boost::container::operator!= (const scoped_allocator_adaptor< OuterA1, InnerAllocs... > &a, const scoped_allocator_adaptor< OuterA2, InnerAllocs... > &b) |