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 integral type that can represent the length of any sequence that an object of template class allocator_base can allocate.
typedef std::size_t size_type;
Remarks
The unsigned integer type implements Allocator::size_type as a typedef for std::size_t.
Requirements
Header: <allocators>
Namespace: stdext