◐ Shell
clean mode source ↗

std::basic_streambuf::eback, std::basic_streambuf::gptr, std::basic_streambuf::egptr — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

char_type* eback() const;

(1)

char_type* gptr() const;

(2)

char_type* egptr() const;

(3)

Retourne pointeurs définir la zone get .

Original:

Returns pointers defining the get area.

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

1)

Renvoie le pointeur vers le début de la zone get .

Original:

Returns the pointer to the beginning of the get area.

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

2)

Retourne le pointeur sur le caractère courant (' obtenir pointeur) dans la zone get .

Original:

Returns the pointer to the current character (get pointer) in the get area.

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

3)

Renvoie le pointeur à la fin de la zone get .

Original:

Returns the pointer to the end of the get area.

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

Paramètres

(Aucun)

Original:

(none)

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

Retourne la valeur

1)

Le pointeur vers le début de la zone get .

Original:

The pointer to the beginning of the get area.

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

2)

Le pointeur vers le caractère courant (' pointeur se) dans la zone get .

Original:

The pointer to the current character (get pointer) in the get area.

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

3)

Le pointeur à la fin de la zone get .

Original:

The pointer to the end of the get area.

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

Exemple

Voir aussi

renvoie un pointeur sur le début, le caractère courant et la fin de la zone de mise

Original:

returns a pointer to the beginning, current character and the end of the put area

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


(fonction membre protégée) [edit]