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

FreeBSD Manual Pages

  
 
  

home | help
std::pmr::p...or::resource(3) C++ Standard Libarystd::pmr::p...or::resource(3)

NAME
       std::pmr::polymorphic_allocator::resource - std::pmr::polymorphic_allo-
       cator::resource

Synopsis
	  std::pmr::memory_resource* resource()	const;	(since C++17)

	  Returns the memory resource pointer used by this polymorphic alloca-
       tor.

Parameters
	  (none)

Return value
	  The memory resource pointer used by this polymorphic allocator.

http://cppreference.com		  2022.07.31	 std::pmr::p...or::resource(3)

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

home | help