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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::sub_match::sub_match - std::sub_match::sub_match

Synopsis
	  constexpr sub_match();  (since C++11)

	  Default  constructs  a  std::sub_match. The matched member is	set to
       false and the
	  inherited members first and second are value-initialized.

	  This is the only publicly accessible and defined constructor.

Parameters
	  (none)

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

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

home | help