GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::experimental::pmr::unsynchronized_pool_resource::unsynchronized_pool_resource(3) C++ Standard Libary std::experimental::pmr::unsynchronized_pool_resource::unsynchronized_pool_resource(3)

std::experimental::pmr::unsynchronized_pool_resource::unsynchronized_pool_resource - std::experimental::pmr::unsynchronized_pool_resource::unsynchronized_pool_resource


unsynchronized_pool_resource(); (1) (library
fundamentals TS)
explicit unsynchronized_pool_resource(memory_resource* (2) (library
upstream); fundamentals TS)
explicit unsynchronized_pool_resource(const pool_options& (3) (library
opts); fundamentals TS)
unsynchronized_pool_resource(const pool_options& opts, (4) (library
memory_resource* upstream); fundamentals TS)
unsynchronized_pool_resource(const (5) (library
unsynchronized_pool_resource&) = delete; fundamentals TS)


Constructs a unsynchronized_pool_resource.


1-4) Constructs a unsynchronized_pool_resource using the specified upstream memory
resource and tuned according to the specified options. The resulting object holds a
copy of upstream but does not own the resource to which upstream points.
The overloads not taking opts as a parameter uses a default constructed instance of
pool_options as the options. The overloads not taking upstream as a parameter uses
the return value of std::experimental::pmr::get_default_resource() as the upstream
memory resource.
5) Copy constructor is deleted.


opts - a pool_options struct containing the constructor options
upstream - the upstream memory resource to use


1-4) Throws only if a call to the allocate() function of the upstream resource
throws. It is unspecified if or under what conditions such a call takes place.

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.