Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::experi...rce::options(3) C++ Standard Libarystd::experi...rce::options(3)

NAME
       std::experimental::pmr::synchronized_pool_resource::options  - std::ex-
       perimental::pmr::synchronized_pool_resource::options

Synopsis
	  pool_options options() const;	 (library fundamentals TS)

	  Returns the options that controls the	pooling	behavior of  this  re-
       source.

	  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)

http://cppreference.com		  2022.07.31	 std::experi...rce::options(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::pmr::synchronized_pool_resource::options&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help