◐ Shell
clean mode source ↗

std::basic_regex::flags – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

flag_type flags() const;

(seit C++11)

Gibt die Syntax regulärer Ausdrücke Flags im Konstruktor oder dem letzten Aufruf assign() gesetzt .

Original:

Returns the regular expression syntax flags as set in the constructor or the last call to assign().

The text has been machine-translated via Google Translate.
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.

Rückgabewert

Aktuelle Syntax regulärer Ausdrücke Flags .

Original:

Current regular expression syntax flags.

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.

Beispiel