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::locale::id::id(3) C++ Standard Libary std::locale::id::id(3)

std::locale::id::id - std::locale::id::id


Defined in header <locale>
id(); (1)
id(const id&) = delete; (2)


1) default constructor: creates an object of type std::locale::id with
implementation-specific content.


2) copy constructor is deleted; std::locale::id is not copyable.


Because locales and facets must be available for the IO stream objects with static
storage duration, such as std::cout, typical implementations let implicit default
constructor zero-initialize the contents of std::locale::id during static
initialization (before constructors run for static objects), and when a facet is
added to any locale for the first time, the locale completes initialization of the
facet's id.

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.