[ Web Proxy ]
URL:
Viewing: https://de.cppreference.com/cpp/container/stack/uses_allocator [Back]  [Original]

std::uses_allocator<std::stack> cppreference.com
cppreference.com
Namensrume
Varianten

std::uses_allocator<std::stack>

Aus cppreference.com

<metanoindex/>

 
 
 
std :: stack
Member-Funktionen
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
stack::stack
stack::~stack
stack::operator=
Elementzugriff zerstrt
Original:
Element access
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
stack::top
Kapazitt
Original:
Capacity
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
stack::empty
stack::size
Modifiers
Original:
Modifiers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
stack::push
stack::emplace
stack::pop
stack::swap
 
<tbody> </tbody>
template< class T, class Container, class Alloc > struct uses_allocator<stack<T,Container>,Alloc> : std::uses_allocator<Container, Alloc>::type { };
(seit C++11)
Eine transparente Spezialisierung des Typs std::uses_allocator Merkmal fr std::stack: der Behlter Adapter verwendet Zuordner wenn und nur wenn die darunterliegenden Behlter macht .
Original:
Provides a transparent specialization of the std::uses_allocator type trait for std::stack: the container adaptor uses allocator if and only if the underlying container does.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Siehe auch

prft, ob der angegebene Typ allokatorgesttzte Erzeugung untersttzt.
(Klassen-Template) [edit]

Web Proxy Viewer  |  New URL  |  Original Page