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

std::priority_queue::top cppreference.com
cppreference.com
Namensrume
Varianten

std::priority_queue::top

Aus cppreference.com

<metanoindex/>

 
 
 
std :: priority_queue
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.
priority_queue::priority_queue
priority_queue::~priority_queue
priority_queue::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.
priority_queue::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.
priority_queue::empty
priority_queue::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.
priority_queue::push
priority_queue::emplace
priority_queue::pop
priority_queue::swap
 
<tbody> </tbody>
const_reference top() const;
Gibt Verweis auf das oberste Element in der Priorittswarteschlange. Dieses Element wird auf der Aufruf pop() entfernt werden. Wenn Standard Vergleichsfunktion verwendet wird, ist das Element auch wieder die grte unter den Elementen in der Warteschlange .
Original:
Returns reference to the top element in the priority queue. This element will be removed on a call to pop(). If default comparison function is used, the returned element is also the greatest among the elements in the queue.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parameter

(None)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Rckgabewert

Der Verweis auf das oberste Element, als ob durch einen Aufruf c.back() (seit C++11) erhalten
Original:
Reference to the top element as if obtained by a call to c.back() (seit C++11)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Der Verweis auf das oberste Element, als ob durch einen Aufruf c.front() (bis C + +11) erhalten
Original:
Reference to the top element as if obtained by a call to c.front() (bis C + +11)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Komplexitt

Constant .
Original:
Constant.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Siehe auch

entfernt das erste Element
Original:
removes the first element
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(ffentliche Elementfunktion) [edit]

Web Proxy Viewer  |  New URL  |  Original Page