std::basic_syncbuf<CharT,Traits,Allocator>::get_allocator (3) - Linux Manuals

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

NAME

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

Synopsis


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


 This section is incomplete
 Reason: no example

See also


              constructs a basic_syncbuf object
constructor (public member function)
              assigns a basic_syncbuf object
operator= (public member function)