Freigeben über


multimap::allocator_type

Ein Typ, der die allocator-Klasse für das multimap-Objekt darstellt.

typedef Allocator allocator_type;

Hinweis

allocator_type ist ein Synonym für den Vorlagenparameter Allocator.

Beispiel

Im Beispiel für get_allocator als ein Beispiel mit allocator_type.

Anforderungen

Header: <map>

Namespace: std

Siehe auch

Referenz

multimap Class

Standardvorlagenbibliothek