Partager via


scoped_allocator_adaptor::select_on_container_copy_construction, méthode

Crée un nouvel objet d' scoped_allocator_adaptor avec chaque objet d'allocation est initialisé en appelant select_on_container_copy_construction pour chaque allocateur correspondant.

scoped_allocator_adaptor select_on_container_copy_construction();

Valeur de retour

Cette méthode retourne efficacement l' scoped_allocator_adaptor(Outer_traits::select_on_container_copy_construction(*this), inner_allocator().select_on_container_copy_construction()).Le résultat est un objet d' scoped_allocator_adaptor avec chaque objet d'allocation est initialisé en appelant al.select_on_container_copy_construction() pour l'allocateur correspondant al.

Configuration requise

en-tête : <scoped_allocator>

l'espace de noms : DST

Voir aussi

Référence

scoped_allocator_adaptor::construct, méthode

allocator_traits::select_on_container_copy_construction, méthode