std::error_category:: name
From cppreference.net
<
cpp
|
error
|
error category
C++
Utilities library
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Diagnostics library
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::error_category
| Member functions | ||||
|
error_category::name
|
||||
|
(until C++20)
(until C++20)
(C++20)
|
|
virtual
const
char
*
name
(
)
const
noexcept
=
0
;
|
(depuis C++11) | |
Retourne un pointeur vers une chaîne d'octets terminée par un caractère nul qui spécifie le nom de la catégorie d'erreur.
Paramètres
(aucun)
Valeur de retour
Chaîne d'octets terminée par un caractère nul spécifiant le nom de la catégorie d'erreur.