[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/io/basic_ios/imbue [Back]  [Original]

std::basic_ios::imbue cppreference.com
cppreference.com

std::basic_ios::imbue

cppreference.com

<metanoindex/>

<tbody> </tbody>
std::locale& imbue( const std::locale& loc );

Replaces the current locale. Effectively calls ios_base::imbue(loc) and if there is an associated stream buffer (rdbuf() != 0), then calls rdbuf()->pubimbue(loc).

loc the new locale

The previous locale, as returned by ios_base::imbue(loc).

()


Web Proxy Viewer  |  New URL  |  Original Page