std::sub_match<BidirIt>::sub_match

< cpp‎ | regex‎ | sub match
constexpr sub_match();

默认构造 std::sub_match 。设置 matched 成员为 false 而其他成员的值未定义。

这是仅有的可公开访问且有定义的构造函数。

参数

(无)