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

FreeBSD Manual Pages

  
 
  

home | help
std::experi...ry_resource(3)  C++ Standard Libary std::experi...ry_resource(3)

NAME
       std::experimental::function::get_memory_resource	   -   std::experimen-
       tal::function::get_memory_resource

Synopsis
	  std::experimental::pmr::memory_resource*			  (li-
       brary fundamentals
	  get_memory_resource()	const noexcept;				 TS)

	  Returns  a pointer to	the memory resource used by this object	to al-
       locate memory.

Parameters
	  (none)

Return value
	  A pointer to the memory resource used	by  this  object  to  allocate
       memory.

See also
	  constructor	constructs a new std::experimental::function instance
			(public	member function)

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

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

home | help