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.
A type that provides a constant reference to type of object managed by the allocator.
typedef const Type& const_reference;
Remarks
The reference type implements Allocator::const_reference as a typedef for const Type&.
Requirements
Header: <allocators>
Namespace: stdext