std::experimental::pmr::synchronized_pool_resource::options(3) | C++ Standard Libary | std::experimental::pmr::synchronized_pool_resource::options(3) |
NAME¶
std::experimental::pmr::synchronized_pool_resource::options - std::experimental::pmr::synchronized_pool_resource::options
Synopsis¶
pool_options options() const; (library fundamentals TS)
Returns the options that controls the pooling behavior of this resource.
The values in the returned struct may differ from those supplied to the
constructor
in the following ways:
* Values of zero will be replaced with implementation-specified defaults;
* Sizes may be rounded to an unspecified granularity.
See also¶
constructor constructs a synchronized_pool_resource
(public member function)
Category:¶
* Noindexed pages
2024.06.10 | http://cppreference.com |