std::basic_spanstream<CharT,Traits>::swap

Exchanges the state of the stream with those of other.

# Declarations

void swap( basic_spanstream& other );

(since C++23)

# Parameters

# Return value

(none)

# Example

This section is incompleteReason: no example

# See also