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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::experimental::packaged_task::get_memory_resource - std::experimen-
       tal::packaged_task::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 the task object
			(public	member function)

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

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

home | help