std::basic_syncbuf<CharT,Traits,Allocator>::get_allocator
Min standard notice:
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