std::basic_syncbuf<CharT,Traits,Allocator>::get_allocator - cppreference.com

From cppreference.com

allocator_type get_allocator() const noexcept;

Returns a copy of the allocator that was passed in as the constructor argument or replaced through the assignment operator.

Parameters

(none)

Example

See also