table of contents
std::experimental::function::get_allocator(3) | C++ Standard Libary | std::experimental::function::get_allocator(3) |
NAME¶
std::experimental::function::get_allocator - std::experimental::function::get_allocator
Synopsis¶
std::pmr::polymorphic_allocator<> get_allocator() const
(library fundamentals TS
noexcept; v3)
Returns the std::pmr::polymorphic_allocator<> stored at the
construction of function
object. If no allocator was explicitly specified, the stored allocator 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 allocate
memory
(public member function)
2024.06.10 | http://cppreference.com |