queue::size_type
An unsigned integer type that can represent the number of elements in a queue.
typedef typename Container::size_type size_type;
설명
The type is a synonym for the size_type of the base container adapted by the queue.
예제
See the example for queue::front for an example of how to declare and use size_type.
요구 사항
Header: <queue>
네임스페이스: std