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

FreeBSD Manual Pages

  
 
  

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

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

Synopsis
	  difference_type length() const;

Parameters
	  (none)

Return value
	  Returns  the	number	of  characters	in  the	 match,	i.e. std::dis-
       tance(first, second) if
	  the match is valid, 0	otherwise.

Complexity
	  Constant.

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

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

home | help