![]() |
![]()
| ![]() |
![]()
NAMEstd::match_results::size - std::match_results::size Synopsissize_type size() const noexcept; (since C++11)
Parameters(none) Return valueThe number of submatches ComplexityConstant Example// Run this code
Output: 0
See also begin returns iterator to the beginning of the list of
sub-matches
|