Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
An unsigned integer type that can represent the number of elements in a stack.
typedef typename Container::size_type size_type;
Remarks
The type is a synonym for size_type of the base container adapted by the stack.
Example
See the example for size for an example of how to declare and use size_type.
Requirements
Header: <stack>
Namespace: std