std::pmr::synchronized_pool_resource::options

Returns the options that controls the pooling behavior of this resource.

# Declarations

std::pmr::pool_options options() const;

(since C++17)

# See also