Namespaces
Variants
Actions

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

From cppreference.com
< cpp‎ | io‎ | basic spanstream
 
C++
 
Input/output library
 
std::basic_spanstream
void swap( basic_spanstream& other );
(since C++23)

Exchanges the state of the stream with those of other.

This is done by calling std::basic_iostream<CharT, Traits>::swap(other) and swapping the wrapped std::basic_spanbuf objects (accessible through *rdbuf()).

Contents

[edit] Parameters

other - stream to exchange the state with

[edit] Return value

(none)

[edit] Exceptions

May throw implementation-defined exceptions.

[edit] Example

[edit] See also

swaps two basic_spanbuf objects
(public member function of std::basic_spanbuf<CharT,Traits>) [edit]

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant