std::match_results::empty
STD:匹配[医]结果:空
bool empty() const; | | (since C++11) |
---|
检查比赛是否成功。
参数
%280%29
返回值
size() == 0
%28false
如果*this
表示成功匹配的结果,true
否则%29。
例外
%280%29
复杂性
常量。
另见
size | returns the number of matches in a fully-established result state (public member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。