std::sub_match<BidirIt>::length

< cpp‎ | regex‎ | sub match
difference_type length() const;

参数

(无)

返回值

返回匹配中的字符数,即若匹配合法则为 std::distance(first, second) ,否则为 0 。

复杂度

常数