std::sub_match::length
Aus cppreference.com
|
|
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. |
<metanoindex/>
<tbody> </tbody> constexpr sub_match(); |
||
Standard erstellt ein std::sub_match. Die
matched Mitglied auf false gesetzt und der Wert der anderen Mitglieder ist undefiniert .Original:
Default constructs a std::sub_match. The
matched member is set to false and the value of other members is undefined.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.
Dies ist die einzige öffentlich zugängliche und definierte Konstruktor .
Original:
This is the only publicly accessible and defined constructor.
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
(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.