Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::locale::id::id(3)	      C++ Standard Libary	std::locale::id::id(3)

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

Synopsis
	  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.

Notes
	  Because locales and facets must be available for the IO  stream  ob-
       jects with static
	  storage duration, such as std::cout, typical implementations let im-
       plicit 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 ini-
       tialization of the
	  facet's id.

http://cppreference.com		  2022.07.31		std::locale::id::id(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::locale::id::id&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help