std::match_results<BidirIt,Alloc>::length

Returns the length of the specified sub-match.

# Declarations

difference_type length( size_type n = 0 ) const;

(since C++11)

# Parameters

# Return value

The length of the specified match or sub-match.

# Example

This section is incompleteReason: no example

# See also