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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::messages_base - std::messages_base

Synopsis
	  Defined in header <locale>
	  class	messages_base;

	  The class std::messages_base provides	a type definition which	is in-
       herited and used
	  by the std::messages facets.

Member types
	  Member type Definition
	  catalog     /*unspecified signed integer type*/

Notes
	  catalog  was	erroneously  specified	as int in C++11, this was cor-
       rected in LWG issue
	  #2028	and included in	C++14

See also
	  messages implements retrieval	of strings from	message	catalogs
		   (class template)

http://cppreference.com		  2022.07.31		 std::messages_base(3)

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

home | help