std::basic_syncbuf<CharT,Traits,Allocator>::get_allocator

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

# Declarations

allocator_type get_allocator() const noexcept;

# Example

This section is incompleteReason: no example

# See also