◐ 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)

Retorna os ponteiros a definição da área colocar.

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)

Retorna o ponteiro para o início da área de 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)

Retorna o ponteiro para o caractere atual ( colocar ponteiro) na área de colocar.

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)

Retorna o ponteiro para o fim da área 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.

Parâmetros

(Nenhum)

Original:

(none)

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

Valor de retorno

1)

O ponteiro para o início da área de colocar.

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)

O ponteiro para o caractere atual ( ponteiro colocar) na área de colocar.

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)

O ponteiro para o fim de colocar a área.

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.

Exemplo

Veja também

retorna um ponteiro para o início, o personagem de corrente e o fim da área get

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.


(protegido função de membro) [edit]