다음을 통해 공유


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

참고 항목

참조

queue 클래스

표준 템플릿 라이브러리