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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::experimental::function::get_allocator  -  std::experimental::func-
       tion::get_allocator

Synopsis
	  std::pmr::polymorphic_allocator<> get_allocator() const     (library
       fundamentals TS
	  noexcept;						      v3)

	  Returns the std::pmr::polymorphic_allocator<>	 stored	 at  the  con-
       struction of function
	  object. If no	allocator was explicitly specified, the	stored alloca-
       tor is equal to
	  the source allocator in move construction, or	is default-constructed
       otherwise.

Parameters
	  (none)

Return value
	  The  std::pmr::polymorphic_allocator<> stored	at the construction of
       function	object.

See also
	  get_memory_resource			  retrieves a pointer  to  the
       memory resource
	  (removed in library fundamentals TS v3) used by this object to allo-
       cate memory
						  (public member function)

http://cppreference.com		  2024.06.10	  std::experi...t_allocator(3)

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

home | help