命名空间
变体
操作

std::sub_match<BidirIt>::length

来自 cppreference.com
< cpp‎ | regex‎ | sub match
difference_type length() const;

[编辑] 参数

(无)

[编辑] 返回值

返回匹配中的字符数,即 std::distance(first, second) 如果匹配有效,否则为 0。

[编辑] 复杂度

恒定。