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_streambuf::pubimbue,std::basic_streambuf::imbue(3) C++ Standard Libary std::basic_streambuf::pubimbue,std::basic_streambuf::imbue(3)

std::basic_streambuf::pubimbue,std::basic_streambuf::imbue - std::basic_streambuf::pubimbue,std::basic_streambuf::imbue


std::locale pubimbue( const std::locale& loc ); (1)
protected: (2)
virtual void imbue( const std::locale& loc );


Changes the associated locale.


1) Sets loc as the associated locale. Calls imbue(loc) of the most derived class


2) The base class version of this function has no effect. The derived classes may
override this function in order to be informed about the changes of the locale. The
derived class may cache the locale and member facets between calls to imbue().


loc - locale object to associate


1) Previous associated locale.


This section is incomplete
Reason: no example


getloc obtains a copy of the associated locale
(public member function)

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.