std::basic_spanbuf<CharT,Traits>::swap
Min standard notice:
Swaps the state of *this and rhs.
# Declarations
void swap( basic_spanbuf& rhs );
(since C++23)
# Parameters
rhs: another basic_stringbuf
# Return value
(none)
# Notes
This function is called automatically when swapping stream objects, it is rarely necessary to call it directly.
# Example
This section is incompleteReason: no example