Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
An unsigned integer type that can represent the number of elements in a priority_queue.
typedef typename Container::size_type size_type;
Remarks
The type is a synonym for the size_type of the base container adapted by the priority_queue.
Example
See the example for size for an example of how to declare and use size_type.
Requirements
Header: <queue>
Namespace: std