deque::size_type
A type that counts the number of elements in a deque.
typedef typename Allocator::size_type size_type;
Example
See the example for size.
Requirements
Header: <deque>
Namespace: std
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
A type that counts the number of elements in a deque.
typedef typename Allocator::size_type size_type;
See the example for size.
Header: <deque>
Namespace: std