在线文档教程
C++
规律表达 | Regular expressions

std::match_results::empty

STD:匹配[医]结果:空

bool empty() const;(since C++11)

检查比赛是否成功。

参数

%280%29

返回值

size() == 0%28false如果*this表示成功匹配的结果,true否则%29。

例外

%280%29

复杂性

常量。

另见

sizereturns the number of matches in a fully-established result state (public member function)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/regex/Match[医]结果/空