GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::basic_filebuf::imbue(3) C++ Standard Libary std::basic_filebuf::imbue(3)

std::basic_filebuf::imbue - std::basic_filebuf::imbue


protected:
virtual void imbue( const std::locale& loc )


Changes the associated locale so that all characters inserted or extracted after
this call (and until another call to imbue()) are converted using the std::codecvt
facet of loc.


If the old locale's encoding is state-dependent and file is not positioned at the
beginning, then the new locale must have the same std::codecvt facet as the one
previously imbued.


loc - the locale to imbue the stream with


(none)


This section is incomplete
Reason: no example


imbue changes the associated locale
[virtual] (virtual protected member function of std::basic_streambuf<CharT,Traits>)
imbue sets the locale
(public member function of std::basic_ios<CharT,Traits>)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.