A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cplusplus.github.io/LWG/issue2361 below:

Apply 2299 resolution throughout library

typedef see below pointer;

-1- Type: Alloc::pointer if such a type exists the qualified-id Alloc::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-id Alloc::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-id Alloc::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-id Alloc::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-id Alloc::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-id Alloc::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-id Alloc::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-id Alloc::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-id Alloc::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-id Alloc::rebind<T>::other is valid and denotes a type (13.10.3 [temp.deduct]); otherwise, Alloc<T, Args> if Alloc is a class template instantiation of the form Alloc<U, Args>, where Args is zero or more type arguments; otherwise, the instantiation of rebind_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