Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Static method that calls select_on_container_copy_construction on the specified allocator.
static Alloc select_on_container_copy_construction(const Alloc& al);
Parameters
- al
An allocator object.
Return Value
This method returns al.select_on_container_copy_construction(), if that type is well formed; otherwise it returns al.
Remarks
This method is used to specify an allocator when the associated container is copy-constructed.
Requirements
Header: <memory>
Namespace: std