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     An unspecified signed integer type

	  Defect reports

	  The following	behavior-changing defect reports were applied retroac-
       tively to
	  previously published C++ standards.

	     DR	   Applied to	Behavior as published		   Correct be-
       havior
	  LWG 2028 C++98      catalog was defined as int defined as an unspec-
       ified signed
							 integer type^[1]

	   1.  The catalog type	nl_catd	used in	POSIX messaging	API is a type-
       def of an
	      unspecified type.

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

http://cppreference.com		  2024.06.10		 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.1.quarterly>

home | help