◐ Shell
clean mode source ↗

std::basic_streambuf::pbase, std::basic_streambuf::pptr, std::basic_streambuf::epptr — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

char_type* pbase() const;

(1)

char_type* pptr() const;

(2)

char_type* epptr() const;

(3)

Retourne pointeurs définition de la zone mise .

Original:

Returns pointers defining 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.

1)

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

Original:

Returns the pointer to the beginning 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.

2)

Retourne le pointeur sur le caractère courant (' mis pointeur) dans la zone de mise .

Original:

Returns the pointer to the current character (put pointer) in 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.

3)

Renvoie le pointeur à la fin de la zone put .

Original:

Returns the pointer to 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.

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 de mise .

Original:

The pointer to the beginning 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.

2)

Le pointeur vers le caractère courant (' mis pointeur) dans la zone de mise .

Original:

The pointer to the current character (put pointer) in 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.

3)

Le pointeur à la fin de la zone de mise .

Original:

The pointer to 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.

Exemple

Voir aussi

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

Original:

returns a pointer to the beginning, current character and 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.


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