std::basic_syncbuf<CharT,Traits,Allocator>::get_allocator
From cppreference.com
< cpp | io | basic syncbuf
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.
[edit] Parameters
(none)
[edit] Example
This section is incomplete Reason: no example |
[edit] See also
constructs a basic_syncbuf object (public member function) | |
assigns a basic_syncbuf object (public member function) |