◐ Shell
clean mode source ↗

std::basic_streambuf::getloc - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

std::locale getloc() const;

Retorna o local associada.

Original:

Returns the associated locale.

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

O local associado é o valor fornecido para pubimbue() na última chamada, ou, no caso de que a função não tenha sido chamado, o valor da localidade global (std::locale()) na altura da construção da streambuf.

Original:

The associated locale is the value supplied to pubimbue() on the last call, or, if that function has not been called, the value of the global locale (std::locale()) at the time of the construction of the streambuf.

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

A localidade associada.

Original:

The associated locale.

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

Invoca imbue()

Original:

invokes imbue()

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


(função pública membro) [edit]