◐ Shell
clean mode source ↗

std::basic_string::empty – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

Prüft, ob der String hat keine Zeichen, dh ob begin() == end() .

Original:

Checks if the string has no characters, i.e. whether begin() == end().

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

true wenn die Zeichenfolge leer ist, false anders

Original:

true if the string is empty, false otherwise

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

Komplexität

Constant

Original:

Constant

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

Siehe auch