C++ Regex 库 - wssub_match
描述
它是用于匹配 wstring 对象的 sub_match 类模板的实例化,并且此类的成员是为 sub_match 描述的那些成员,但使用 wstring::const_iterator 作为其 BidirectionalIterator 模板参数。
声明
以下是 std::wssub_match 的声明。
C++98
typedef sub_match<wstring::const_iterator> ssub_match;
它是用于匹配 wstring 对象的 sub_match 类模板的实例化,并且此类的成员是为 sub_match 描述的那些成员,但使用 wstring::const_iterator 作为其 BidirectionalIterator 模板参数。
以下是 std::wssub_match 的声明。
typedef sub_match<wstring::const_iterator> ssub_match;
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。