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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::regex_error::code -	std::regex_error::code

Synopsis
	  Defined in header <regex>
	  std::regex_constants::error_type code() const;  (since C++11)

	  Returns  the std::regex_constants::error_type	that was passed	to the
       std::regex_error
	  constructor.

See also
	  error_type	describes different types of matching errors
	  (C++11)	(typedef)
	  constructor	constructs a regex_error object
			(public	member function)

http://cppreference.com		  2022.07.31	     std::regex_error::code(3)

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

home | help