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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::regex_traits::getloc - std::regex_traits::getloc

Synopsis
	  locale_type getloc() const;  (since C++11)

	  Returns the current locale of	the traits object.

	  If  imbue()  has  been never called for this object, then the	global
       locale at the time
	  of the call is returned. Otherwise, the locale passed	 to  the  last
       call to imbue() is
	  returned.

Parameters
	  (none)

Return value
	  The current locale of	the traits object.

Example
	   This	section	is incomplete
	   Reason: no example

See also
	  imbue	sets the locale
		(public	member function)

http://cppreference.com		  2022.07.31	  std::regex_traits::getloc(3)

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

home | help