| I/O manipulators | ||||
| Print functions(C++23) | ||||
| C-style I/O | ||||
| Buffers | ||||
(C++23) | ||||
(C++98/26*) | ||||
(C++20) | ||||
| Streams | ||||
| Abstractions | ||||
| File I/O | ||||
| String I/O | ||||
| Array I/O | ||||
(C++23) | ||||
(C++23) | ||||
(C++23) | ||||
(C++98/26*) | ||||
(C++98/26*) | ||||
(C++98/26*) | ||||
| Synchronized Output | ||||
(C++20) | ||||
| Types | ||||
| Error category interface | ||||
(C++11) | ||||
(C++11) |
| Public member functions | ||||
(C++23) | ||||
basic_spanbuf::operator= (C++23) | ||||
(C++23) | ||||
(C++23) | ||||
| Protected member functions | ||||
(C++23) | ||||
(C++23) | ||||
(C++23) | ||||
| Non-member functions | ||||
(C++23) |
basic_spanbuf& operator=( basic_spanbuf&& rhs); | (1) | (since C++23) |
basic_spanbuf& operator(const basic_spanbuf&)= delete; | (2) | (since C++23) |
Contents |
| rhs | - | anotherbasic_spanbuf that will be moved from |
*this
May throw implementation-defined exceptions.
| This section is incomplete Reason: no example |
constructs abasic_spanbuf object(public member function)[edit] | |
swaps twobasic_spanbuf objects(public member function)[edit] |