typedef see below pointer;
-1- Type:
Alloc::pointer
if such a type exists the qualified-idAlloc::pointer
is valid and denotes a type (13.10.3 [temp.deduct]); otherwise,value_type*
.
typedef see below const_pointer;
-2- Type:
Alloc::const_pointer
if such a type exists the qualified-idAlloc::const_pointer
is valid and denotes a type (13.10.3 [temp.deduct]); otherwise,pointer_traits<pointer>::rebind<const value_type>
.
typedef see below void_pointer;
-3- Type:
Alloc::void_pointer
if such a type exists the qualified-idAlloc::void_pointer
is valid and denotes a type (13.10.3 [temp.deduct]); otherwise,pointer_traits<pointer>::rebind<void>
.
typedef see below const_void_pointer;
-4- Type:
Alloc::const_void_pointer
if such a type exists the qualified-idAlloc::const_void_pointer
is valid and denotes a type (13.10.3 [temp.deduct]); otherwise,pointer_traits<pointer>::rebind<const void>
.
typedef see below difference_type;
-5- Type:
Alloc::difference_type
if such a type exists the qualified-idAlloc::difference_type
is valid and denotes a type (13.10.3 [temp.deduct]); otherwise,pointer_traits<pointer>::difference_type
.
typedef see below size_type;
-6- Type:
Alloc::size_type
if such a type exists the qualified-idAlloc::size_type
is valid and denotes a type (13.10.3 [temp.deduct]); otherwise,make_unsigned_t<difference_type>
.
typedef see below propagate_on_container_copy_assignment;
-7- Type:
Alloc::propagate_on_container_copy_assignment
if such a type exists the qualified-idAlloc::propagate_on_container_copy_assignment
is valid and denotes a type (13.10.3 [temp.deduct]); otherwise,false_type
.
typedef see below propagate_on_container_move_assignment;
-8- Type:
Alloc::propagate_on_container_move_assignment
if such a type exists the qualified-idAlloc::propagate_on_container_move_assignment
is valid and denotes a type (13.10.3 [temp.deduct]); otherwise,false_type
.
typedef see below propagate_on_container_swap;
-9- Type:
Alloc::propagate_on_container_swap
if such a type exists the qualified-idAlloc::propagate_on_container_swap
is valid and denotes a type (13.10.3 [temp.deduct]); otherwise,false_type
.
template <class T> using rebind_alloc = see below;
-10- Alias template:
Alloc::rebind<T>::other
if such a type exists the qualified-idAlloc::rebind<T>::other
is valid and denotes a type (13.10.3 [temp.deduct]); otherwise,Alloc<T, Args>
ifAlloc
is a class template instantiation of the formAlloc<U, Args>
, whereArgs
is zero or more type arguments; otherwise, the instantiation ofrebind_alloc
is ill-formed.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4