![]() |
![]()
| ![]() |
![]()
NAMEstd::basic_ios::imbue - std::basic_ios::imbue Synopsisstd::locale imbue( const std::locale& loc );
Parametersloc - the new locale Return valueThe previous locale, as returned by ios_base::imbue(loc). ExceptionsMay throw implementation-defined exceptions. Example// Run this code
Output: Current locale: en_US.UTF8
|