CppDS.com

C++ 98 11 14 17 20 手册

std::sub_match<BidirIt>::sub_match

来自cppreference.com
< cpp‎ | regex‎ | sub match
constexpr sub_match();

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

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

参数

(无)

关闭