◐ Shell
clean mode source ↗

C++ Standard Library header files – cppreference.com

Die Schnittstelle des C + +-Standard-Bibliothek wird durch die folgende Sammlung von Header-Dateien definiert .

Original:

The interface of C++ standard library is defined by the following collection of header files.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Utilities-Bibliothek

Original:

Utilities library

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<cstdlib>

Allzweck-Dienstprogramme: Programmsteuerung, dynamische Speicherverwaltung, Zufallszahlen, Sortier-und Suchfunktionen

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<csignal> Funktionen und Makros Konstanten für Signal-Management <csetjmp> Macro (und Funktion) das spart (und Sprünge) zu einem Ausführungskontext <cstdarg> Handhabung von variablen Anzahl von Parametern <typeinfo> Laufzeit-Typinformationen Versorgungsunternehmen <typeindex> (seit C++11) std::type_index <type_traits> (seit C++11) Compile-Time Type Information <bitset>

std::bitset Klassen-Template

Original:

std::bitset class template

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<functional>

Function-Objekte, ausgelegt für die Verwendung mit dem Standard-Algorithmen

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<utility>

Verschiedene Hilfsprogrammen

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<ctime> C-style Zeit / Datum utilites <chrono> (seit C++11) C + + Zeit utilites <cstddef> typedefs für Typen wie size_t, NULL und andere <initializer_list> (seit C++11)

std::initializer_list Klassen-Template

Original:

std::initializer_list class template

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<tuple> (seit C++11)

std::tuple Klassen-Template

Original:

std::tuple class template

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Dynamische Speicherverwaltung

Original:

Dynamic memory management

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<new> Low-Level-Speicher-Verwaltung <memory> Höhere Speicher-Verwaltung <scoped_allocator> (seit C++11) Verschachtelte allocator Klasse

Numerische Grenzen

Original:

Numeric limits

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<climits> Grenzen der ganzzahligen Typen <cfloat> Grenzen des float-Typen <cstdint> fester Größe Typen and Grenzen der anderen Typen <cinttypes>

Formatieren von Makros, intmax_t und uintmax_t Mathematik und Umbauten

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<limits> standardisierte Möglichkeit zur Abfrage Eigenschaften von Grundtypen

Fehlerbehandlung

Original:

Error handling

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<exception> Werkzeuge für Exceptions <stdexcept> Standard-Ausnahme-Objekte <cassert> Bedingt zusammengestellt Makro, das Argument im Vergleich zu Null <system_error> Defines std :: error_code, einem plattformabhängigen Fehlercode <cerrno> Macro mit dem letzten Fehlercode zurück

Strings Bibliothek

Original:

Strings library

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<cctype> Funktionen bestimmen die Art Charakter enthaltenen Daten <cwctype> Funktionen zur Bestimmung der Art des breiten Zeichendaten <cstring>

verschiedenen schmale Zeichenkette Umgang mit Funktionen

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<cwstring>

verschiedenen breite Zeichenfolge Umgang mit Funktionen

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<cwchar>

verschiedenen breit und multibyte String-Handling-Funktionen

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<cuchar> (seit C++11)

C-style Unicode-Zeichen Konvertierungsfunktionen

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<string>

std::basic_string Klassen-Template

Original:

std::basic_string class template

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Container-Bibliothek

Original:

Containers library

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<array> (seit C++11)

std::array Behälters

Original:

std::array container

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<vector>

std::vector Behälters

Original:

std::vector container

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<deque>

std::deque Behälters

Original:

std::deque container

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<list>

std::list Behälters

Original:

std::list container

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<forward_list> (seit C++11)

std::forward_list Behälters

Original:

std::forward_list container

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<set>

std::set und std::multiset assoziativen Containern

Original:

std::set and std::multiset associative containers

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<map>

std::map und std::multimap assoziativen Containern

Original:

std::map and std::multimap associative containers

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<unordered_set> (seit C++11)

std::unordered_set und std::unordered_multiset ungeordnete assoziative Container

Original:

std::unordered_set and std::unordered_multiset unordered associative containers

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<unordered_map> (seit C++11)

std::unordered_map und std::unordered_multimap ungeordnete assoziative Container

Original:

std::unordered_map and std::unordered_multimap unordered associative containers

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<stack>

std::stack Behälteradapter

Original:

std::stack container adaptor

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<queue>

std::queue und std::priority_queue Behälters Adaptern

Original:

std::queue and std::priority_queue container adaptors

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Algorithmen-Bibliothek

Original:

Algorithms library

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<algorithm> Algorithmen, die auf Containern arbeiten

Iteratoren Bibliothek

Original:

Iterators library

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<iterator> Container Iteratoren

Numerik-Bibliothek

Original:

Numerics library

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<cmath> Gemeinsame mathematischen Funktionen <complex> Komplexe Zahl Typ <valarray> Klasse für die Darstellung und Manipulation von Arrays von Werten <random> Zufallsgeneratoren und Ausschüttungen <numeric> Numerische Operationen auf den Werten in Containern <ratio> (seit C++11) Compile-time rationale Arithmetik <cfenv> (seit C++11)

Floating-Point-Umgebung Funktionen zugreifen

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Input / Output-Bibliothek

Original:

Input/output library

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<iosfwd>

Forward-Deklarationen aller Klassen in der Input / Output-Bibliothek

Original:

forward declarations of all classes in the input/output library

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<ios>

std::ios_base Klasse std::basic_ios Klassen-Template und mehrere typedefs

Original:

std::ios_base class, std::basic_ios class template and several typedefs

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<istream>

std::basic_istream Klassen-Template und mehrere typedefs

Original:

std::basic_istream class template and several typedefs

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<ostream>

std::basic_ostream Klassen-Template und mehrere typedefs

Original:

std::basic_ostream class template and several typedefs

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<iostream>

std::basic_iostream Klassen-Template und mehrere typedefs

Original:

std::basic_iostream class template and several typedefs

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<fstream>

std::basic_fstream, std::basic_ifstream, std::basic_ofstream Klassen-Templates und mehrere typedefs

Original:

std::basic_fstream, std::basic_ifstream, std::basic_ofstream class templates and several typedefs

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<sstream>

std::basic_stringstream, std::basic_istringstream, std::basic_ostringstream Klassen-Templates und mehrere typedefs

Original:

std::basic_stringstream, std::basic_istringstream, std::basic_ostringstream class templates and several typedefs

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<strstream> std::strstream, std::istrstream, std::ostrstream(veraltet) <iomanip> Helper-Funktionen, um das Format oder Ein-und Ausgabe zu steuern <streambuf>

std::basic_streambuf Klassen-Template

Original:

std::basic_streambuf class template

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<cstdio> C-style Input-Output-Funktionen

Localization Bibliothek

Original:

Localization library

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<locale> Localization Versorgungsunternehmen <clocale> C Lokalisierung Versorgungsunternehmen <codecvt> (seit C++11) Unicode-Konvertierung Einrichtungen

Regular Expressions-Bibliothek

Original:

Regular Expressions library

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<regex> (seit C++11) Klassen, Algorithmen und Iteratoren für reguläre Ausdrücke Verarbeitung unterstützt

Atomic Operations-Bibliothek

Original:

Atomic Operations library

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<atomic> (seit C++11) Atomare Operationen Bibliothek

Thema Support-Bibliothek

Original:

Thread support library

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<thread> (seit C++11)

std::thread Klasse und unterstützende Funktionen

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<mutex> (seit C++11) gegenseitigen Ausschluss Primitiven <future> (seit C++11) Primitive für asynchrone Berechnungen <condition_variable> (seit C++11) Thread wartet Bedingungen

C-Kompatibilität Header

Original:

C compatibility headers

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<ciso646>

leere Header. Die Makros, die in iso646.h in C angezeigt sind Schlüsselwörter in C + +

Original:

empty header. The macros that appear in iso646.h in C are keywords in C++

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<ccomplex>

einfach die Header <complex>

Original:

simply includes the header <complex>

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<ctgmath> (seit C++11)

einfach beinhaltet die Header <ccomplex> und <cmath>: die Überlastung entspricht dem Inhalt der C Header tgmath.h bereits durch <cmath> und <complex> vorgesehen

Original:

simply includes the headers <ccomplex> and <cmath>: the overloads equivalent to the contents of the C header tgmath.h are already provided by <cmath> and <complex>

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<cstdalign> (seit C++11)

definiert eine Kompatibilität Makro konstant

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<cstdbool> (seit C++11)

definiert eine Kompatibilität Makro konstant

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Veraltet-Header

Original:

Deprecated headers

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<assert.h> (veraltet)

verhält, als ob jeder Name aus <cassert> im globalen Namespace platziert wird

Original:

behaves as if each name from <cassert> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<complex.h> (veraltet)

verhält, als ob jeder Name aus <ccomplex> im globalen Namespace platziert wird

Original:

behaves as if each name from <ccomplex> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<ctype.h> (veraltet)

verhält, als ob jeder Name aus <cctype> im globalen Namespace platziert wird

Original:

behaves as if each name from <cctype> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<errno.h> (veraltet)

verhält, als ob jeder Name aus <cerrno> im globalen Namespace platziert wird

Original:

behaves as if each name from <cerrno> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<fenv.h> (veraltet)

verhält, als ob jeder Name aus <cfenv> im globalen Namespace platziert wird

Original:

behaves as if each name from <cfenv> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<float.h> (veraltet)

verhält, als ob jeder Name aus <cfloat> im globalen Namespace platziert wird

Original:

behaves as if each name from <cfloat> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<inttypes.h> (veraltet)

verhält, als ob jeder Name aus <cinttypes> im globalen Namespace platziert wird

Original:

behaves as if each name from <cinttypes> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<iso646.h> (veraltet)

verhält, als ob jeder Name aus <ciso646> im globalen Namespace platziert wird

Original:

behaves as if each name from <ciso646> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<limits.h> (veraltet)

verhält, als ob jeder Name aus <climits> im globalen Namespace platziert wird

Original:

behaves as if each name from <climits> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<locale.h> (veraltet)

verhält, als ob jeder Name aus <clocale> im globalen Namespace platziert wird

Original:

behaves as if each name from <clocale> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<math.h> (veraltet)

verhält, als ob jeder Name aus <cmath> im globalen Namespace platziert wird

Original:

behaves as if each name from <cmath> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<setjmp.h> (veraltet)

verhält, als ob jeder Name aus <csetjmp> im globalen Namespace platziert wird

Original:

behaves as if each name from <csetjmp> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<signal.h> (veraltet)

verhält, als ob jeder Name aus <csignal> im globalen Namespace platziert wird

Original:

behaves as if each name from <csignal> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<stdalign.h> (veraltet)

verhält, als ob jeder Name aus <cstdalign> im globalen Namespace platziert wird

Original:

behaves as if each name from <cstdalign> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<stdarg.h> (veraltet)

verhält, als ob jeder Name aus <cstdarg> im globalen Namespace platziert wird

Original:

behaves as if each name from <cstdarg> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<stdbool.h> (veraltet)

verhält, als ob jeder Name aus <cstdbool> im globalen Namespace platziert wird

Original:

behaves as if each name from <cstdbool> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<stddef.h> (veraltet)

verhält, als ob jeder Name aus <cstddef> im globalen Namespace platziert wird

Original:

behaves as if each name from <cstddef> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<stdint.h> (veraltet)

verhält, als ob jeder Name aus <cstdint> im globalen Namespace platziert wird

Original:

behaves as if each name from <cstdint> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<stdio.h> (veraltet)

verhält, als ob jeder Name aus <cstdio> im globalen Namespace platziert wird

Original:

behaves as if each name from <cstdio> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<stdlib.h> (veraltet)

verhält, als ob jeder Name aus <cstdlib> im globalen Namespace platziert wird

Original:

behaves as if each name from <cstdlib> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<string.h> (veraltet)

verhält, als ob jeder Name aus <cstring> im globalen Namespace platziert wird

Original:

behaves as if each name from <cstring> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<tgmath.h> (veraltet)

verhält, als ob jeder Name aus <ctgmath> im globalen Namespace platziert wird

Original:

behaves as if each name from <ctgmath> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<time.h> (veraltet)

verhält, als ob jeder Name aus <ctime> im globalen Namespace platziert wird

Original:

behaves as if each name from <ctime> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<uchar.h> (veraltet)

verhält, als ob jeder Name aus <cuchar> im globalen Namespace platziert wird

Original:

behaves as if each name from <cuchar> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<wchar.h> (veraltet)

verhält, als ob jeder Name aus <cwchar> im globalen Namespace platziert wird

Original:

behaves as if each name from <cwchar> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<wctype.h> (veraltet)

verhält, als ob jeder Name aus <cwctype> im globalen Namespace platziert wird

Original:

behaves as if each name from <cwctype> is placed in global namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.