libstdc++
|
#include <scoped_allocator>
Inherits _OuterAlloc.
Public Types | |
typedef __traits::const_pointer | const_pointer |
typedef __traits::const_void_pointer | const_void_pointer |
typedef __traits::difference_type | difference_type |
typedef __inner_type::__type | inner_allocator_type |
typedef __and_< typename__traits::is_always_equal, typenameallocator_traits< _InnerAllocs >::is_always_equal... >::type | is_always_equal |
typedef _OuterAlloc | outer_allocator_type |
typedef __traits::pointer | pointer |
typedef __or_< typename__traits::propagate_on_container_copy_assignment, typenameallocator_traits< _InnerAllocs >::propagate_on_container_copy_assignment... >::type | propagate_on_container_copy_assignment |
typedef __or_< typename__traits::propagate_on_container_move_assignment, typenameallocator_traits< _InnerAllocs >::propagate_on_container_move_assignment... >::type | propagate_on_container_move_assignment |
typedef __or_< typename__traits::propagate_on_container_swap, typenameallocator_traits< _InnerAllocs >::propagate_on_container_swap... >::type | propagate_on_container_swap |
typedef __traits::size_type | size_type |
typedef __traits::value_type | value_type |
typedef __traits::void_pointer | void_pointer |
Friends | |
template<typename... > | |
class | __inner_type_impl |
template<typename _OutA1 , typename _OutA2 , typename... _InA> | |
bool | operator== (const scoped_allocator_adaptor< _OutA1, _InA... > &__a, const scoped_allocator_adaptor< _OutA2, _InA... > &__b) noexcept |
Primary class template.
Definition at line 168 of file scoped_allocator.
typedef __traits::const_pointer std::scoped_allocator_adaptor< _OuterAlloc, _InnerAllocs >::const_pointer |
Definition at line 252 of file scoped_allocator.
typedef __traits::const_void_pointer std::scoped_allocator_adaptor< _OuterAlloc, _InnerAllocs >::const_void_pointer |
Definition at line 254 of file scoped_allocator.
typedef __traits::difference_type std::scoped_allocator_adaptor< _OuterAlloc, _InnerAllocs >::difference_type |
Definition at line 250 of file scoped_allocator.
typedef __inner_type::__type std::scoped_allocator_adaptor< _OuterAlloc, _InnerAllocs >::inner_allocator_type |
Definition at line 246 of file scoped_allocator.
typedef __and_<typename__traits::is_always_equal,typenameallocator_traits<_InnerAllocs>::is_always_equal...>::type std::scoped_allocator_adaptor< _OuterAlloc, _InnerAllocs >::is_always_equal |
Definition at line 277 of file scoped_allocator.
typedef _OuterAlloc std::scoped_allocator_adaptor< _OuterAlloc, _InnerAllocs >::outer_allocator_type |
Definition at line 245 of file scoped_allocator.
typedef __traits::pointer std::scoped_allocator_adaptor< _OuterAlloc, _InnerAllocs >::pointer |
Definition at line 251 of file scoped_allocator.
typedef __or_<typename__traits::propagate_on_container_copy_assignment,typenameallocator_traits<_InnerAllocs>::propagate_on_container_copy_assignment...>::type std::scoped_allocator_adaptor< _OuterAlloc, _InnerAllocs >::propagate_on_container_copy_assignment |
Definition at line 260 of file scoped_allocator.
typedef __or_<typename__traits::propagate_on_container_move_assignment,typenameallocator_traits<_InnerAllocs>::propagate_on_container_move_assignment...>::type std::scoped_allocator_adaptor< _OuterAlloc, _InnerAllocs >::propagate_on_container_move_assignment |
Definition at line 266 of file scoped_allocator.
typedef __or_<typename__traits::propagate_on_container_swap,typenameallocator_traits<_InnerAllocs>::propagate_on_container_swap...>::type std::scoped_allocator_adaptor< _OuterAlloc, _InnerAllocs >::propagate_on_container_swap |
Definition at line 272 of file scoped_allocator.
typedef __traits::size_type std::scoped_allocator_adaptor< _OuterAlloc, _InnerAllocs >::size_type |
Definition at line 249 of file scoped_allocator.
typedef __traits::value_type std::scoped_allocator_adaptor< _OuterAlloc, _InnerAllocs >::value_type |
Definition at line 248 of file scoped_allocator.
typedef __traits::void_pointer std::scoped_allocator_adaptor< _OuterAlloc, _InnerAllocs >::void_pointer |
Definition at line 253 of file scoped_allocator.
|
inline |
Definition at line 287 of file scoped_allocator.
|
inline |
Definition at line 290 of file scoped_allocator.
|
inline |
Definition at line 296 of file scoped_allocator.
|
inline |
Definition at line 301 of file scoped_allocator.
|
inline |
Definition at line 307 of file scoped_allocator.
|
inline |
Definition at line 314 of file scoped_allocator.
|
inline |
Definition at line 338 of file scoped_allocator.
|
inline |
Definition at line 341 of file scoped_allocator.
|
inline |
Definition at line 351 of file scoped_allocator.
|
inline |
Definition at line 380 of file scoped_allocator.
|
inline |
Definition at line 385 of file scoped_allocator.
|
inline |
Definition at line 394 of file scoped_allocator.
|
inline |
Definition at line 403 of file scoped_allocator.
|
inline |
Definition at line 362 of file scoped_allocator.
|
inline |
Definition at line 344 of file scoped_allocator.
|
inline |
Definition at line 411 of file scoped_allocator.
|
inlinenoexcept |
Definition at line 329 of file scoped_allocator.
|
inlinenoexcept |
Definition at line 326 of file scoped_allocator.
|
inline |
Definition at line 347 of file scoped_allocator.
|
inlinenoexcept |
Definition at line 335 of file scoped_allocator.
|
inlinenoexcept |
Definition at line 332 of file scoped_allocator.
|
inline |
Definition at line 418 of file scoped_allocator.
|
friend |
Definition at line 177 of file scoped_allocator.
|
friend |
Definition at line 180 of file scoped_allocator.
|
friend |
Definition at line 456 of file scoped_allocator.