std::invalid_argument::invalid_argument
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> explicit invalid_argument( const std::string& what_arg ); |
(1) | |
explicit invalid_argument( const char* what_arg ); |
(2) | (seit C++11) |
Konstruiert die Ausnahme-Objekt mit
what_arg als erklärende Zeichenfolge, die durch what() zugegriffen werden kann .Original:
Constructs the exception object with
what_arg as explanatory string that can be accessed through what().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.
Parameter
Ausnahmen
(None)
Original:
(none)
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.
