◐ Shell
clean mode source ↗

std::invalid_argument::invalid_argument – cppreference.com

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.

Parameter

what_arg -

erklärende String

Original:

explanatory string

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

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.