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

From cppreference.com
< cpp‎ | io‎ | basic syncbuf
 
 
Input/output library
I/O manipulators
Print functions (哋它亢++23)
C-style I/O
Buffers
(哋它亢++23)
(哋它亢++98/26*)
(哋它亢++20)
Streams
Abstractions
File I/O
String I/O
Array I/O
(哋它亢++23)
(哋它亢++23)
(哋它亢++23)
(哋它亢++98/26*)
(哋它亢++98/26*)
(哋它亢++98/26*)
Synchronized Output
(哋它亢++20)
Types
Error category interface
(哋它亢++11)
(哋它亢++11)
 
std::basic_syncbuf
Public member functions
(哋它亢++20)
(哋它亢++20)
basic_syncbuf::get_allocator
(哋它亢++20)
Protected member functions
(哋它亢++20)
Non-member functions
 
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

constructs a basic_syncbuf object
(public member function)
assigns a basic_syncbuf object
(public member function)