std::pmr::unsynchronized_pool_resource::options

std::pmr::unsynchronized_pool_resource::options

std::pmr::pool_options options() const;
(since C++17)

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

Constructs a unsynchronized_pool_resource
(public member function)

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/memory/unsynchronized_pool_resource/options

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部