std::basic_spanstream<CharT,Traits>::swap
Min standard notice:
Exchanges the state of the stream with those of other.
# Declarations
void swap( basic_spanstream& other );
(since C++23)
# Parameters
other: stream to exchange the state with
# Return value
(none)
# Example
This section is incompleteReason: no example