C++ Standard Library header files
De cppreference.com
< cpp
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
L'interface de la bibliothèque standard du C++ est définie par la collection suivante de fichiers d'en-tête.
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.
You can help to correct and verify the translation. Click here for instructions.
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>
|
Services publics à usage général: la commande par programme, allocation dynamique de mémoire, des nombres aléatoires, trier et rechercher
Original: General purpose utilities: la commande par programme, allocation dynamique de mémoire, des nombres aléatoires, trier et rechercher The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
<csignal>
|
Fonctions et constantes macro pour la gestion du signal |
<csetjmp>
|
Macro (et fonction) qui permet d'économiser (et les sauts) à un contexte d'exécution |
<cstdarg>
|
Manipulation des listes d'arguments variables de longueur |
<typeinfo>
|
D'exécution des services publics d'information de type |
<typeindex> (depuis C++11)
|
std::type_index |
<type_traits> (depuis C++11)
|
Informations de type lors de la compilation |
<bitset>
|
Modèle de classe std::bitset
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>
|
Objets Function, conçu pour être utilisé avec le algorithmes standards
Original: Objets Function, designed for use with the algorithmes standards The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
<utility>
|
composantes des services publics Divers
Original: Various composantes des services publics 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 d'heure / date utilitaires |
<chrono> (depuis C++11)
|
C + + temps utilitaires |
<cstddef>
|
typedefs pour des types comme size_t, NULL et autres |
<initializer_list> (depuis C++11)
|
Modèle de classe std::initializer_list
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> (depuis C++11)
|
Modèle de classe std::tuple
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. |
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>
|
Bas niveau des utilitaires de gestion de mémoire |
<memory>
|
La hausse du niveau des utilitaires de gestion de mémoire |
<scoped_allocator> (depuis C++11)
|
Allocateur classe imbriquée |
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>
|
limites de types intégraux |
<cfloat>
|
limites de types de flotteurs |
<cstdint>
|
types de taille fixe and d'autres types de limites |
<cinttypes>
|
formatage des macros,
intmax_t et uintmax_t mathématiques et les conversions Original: The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
<limits>
|
méthode normalisée pour propriétés d'une requête de types fondamentaux |
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>
|
Services de gestion des exceptions |
<stdexcept>
|
Objets d'exception |
<cassert>
|
Conditionnellement compilé macro qui compare son argument à zéro |
<system_error>
|
définit std :: error_code, un code d'erreur dépendant de la plateforme |
<cerrno>
|
Macro contenant le numéro de la dernière erreur |
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>
|
fonctions pour déterminer le type de contenu dans les données de caractères |
<cwctype>
|
des fonctions pour déterminer le type de données de caractères de large |
<cstring>
|
chaîne de caractères étroite fonctions de manipulation différents
Original: The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
<cwstring>
|
chaîne de caractères larges fonctions de manipulation différents
Original: The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
<cwchar>
|
diverses de largeur et multi-octets chaîne de manutention fonctions
Original: various de largeur and multi-octets string handling functions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
<cuchar> (depuis C++11)
|
|