cppreference.com
Konto erstellen
Anmelden
Namensräume
Seite
Diskussion
Varianten
Ansichten
Ansicht
Bearbeiten
Verlauf
Aktionen
std::basic_syncbuf<CharT,Traits,Allocator>::
swap
Von cppreference.com
<
cpp
|
io
|
basic syncbuf
C++
Compiler-Unterstützung
Freestanding und gehostet
Sprache
Standardbibliothek
Header der Standardbibliothek
Benannte Anforderungen
Feature-Test-Makros
(C++20)
Bibliothek für Sprachunterstützung
Konzepte-Bibliothek
(C++20)
Diagnostik-Bibliothek
Speicherverwaltungsbibliothek
Metaprogrammierungsbibliothek
(C++11)
Allgemeine Dienstprogramme-Bibliothek
Container-Bibliothek
Iterator-Bibliothek
Ranges-Bibliothek
(C++20)
Algorithmen-Bibliothek
Bibliothek für Zeichenketten
Textverarbeitungsbibliothek
Numerik-Bibliothek
Datums- und Zeitbibliothek
Ein-/Ausgabe-Bibliothek
Dateisystembibliothek
(C++17)
Unterstützung für nebenläufige Programmierung
(C++11)
Ausführungssteuerungsbibliothek
(C++26)
Technische Spezifikationen
Symbolverzeichnis
Externe Bibliotheken
[Bearbeiten]
Ein-/Ausgabe-Bibliothek
I/O-Manipulatoren
Print-Funktionen
(C++23)
C-Style I/O
Puffer
basic_streambuf
basic_filebuf
basic_stringbuf
basic_spanbuf
(C++23)
strstreambuf
(
C++98/26*
)
basic_syncbuf
(C++20)
Streams
Abstraktionen
ios_base
basic_ios
basic_istream
basic_ostream
basic_iostream
Datei-I/O
basic_ifstream
basic_ofstream
basic_fstream
String-I/O
basic_istringstream
basic_ostringstream
basic_stringstream
Array-I/O
basic_ispanstream
(C++23)
basic_ospanstream
(C++23)
basic_spanstream
(C++23)
istrstream
(
C++98/26*
)
ostrstream
(
C++98/26*
)
strstream
(
C++98/26*
)
Synchronisierte Ausgabe
basic_osyncstream
(C++20)
Typen
streamoff
streamsize
fpos
Fehlerkategorie-Schnittstelle
iostream_category
(C++11)
io_errc
(C++11)
[Bearbeiten]
std::basic_syncbuf
Öffentliche Memberfunktionen
basic_syncbuf::basic_syncbuf
(C++20)
basic_syncbuf::operator=
(C++20)
basic_syncbuf::~basic_syncbuf
(C++20)
basic_syncbuf::swap
(C++20)
basic_syncbuf::emit
(C++20)
basic_syncbuf::get_wrapped
(C++20)
basic_syncbuf::get_allocator
(C++20)
basic_syncbuf::set_emit_on_sync
(C++20)
Geschützte Memberfunktionen
basic_syncbuf::sync
(C++20)
Nicht-Member-Funktionen
swap
(std::basic_syncbuf)
(C++20)
[Bearbeiten]
void
swap
(
basic_syncbuf
&
other
)
;
Tauscht den Inhalt des Sync-Stream-Puffers mit dem von
other
aus.
[
edit
]
Parameter
Sonstiges
-
Sync-Stream-Puffer, mit dem der Inhalt getauscht werden soll
[
edit
]
Rückgabewert
(keine)
[
edit
]
Beispiel
Dieser Abschnitt ist unvollständig
Grund: kein Beispiel
Kategorie
:
Todo kein Beispiel