std::sub_match::length (3) Linux Manual Page
std::sub_match<BidirIt>::length – std::sub_match<BidirIt>::length
Synopsis
difference_type length() const;
Parameters
(none)
Return value
Returns the number of characters in the match, i.e. std::distance(first, second) if the match is valid, 0 otherwise.
Complexity
Constant
