std::overflow_error::overflow_error
Aus cppreference.com
< cpp | error | overflow error
![]() |
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. |
explicit overflow_error( const std::string& what_arg ); |
(1) | |
explicit overflow_error( 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.
[Bearbeiten] 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. |
[Bearbeiten] 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.