allocator_traits::select_on_container_copy_construction-Methode
Statische Methode, die select_on_container_copy_construction auf der angegebenen Belegungsfunktion aufruft.
static Alloc select_on_container_copy_construction(const Alloc& al);
Parameter
- al
Ein allocator-Objekt.
Rückgabewert
Diese Methode gibt al.select_on_container_copy_construction() zurück, wenn dieser Typ wohl geformt ist; andernfalls wird al zurück.
Hinweise
Diese Methode wird verwendet, um eine Belegungsfunktion anzugeben, wenn der zugeordnete Container Kopie-erstellt wird.
Anforderungen
Header: <memory>
Namespace: std