bool operator==(const regex_iterator& rhs) const;
|
(1) | (C++11 起) |
bool operator!=(const regex_iterator& rhs) const;
|
(2) | (C++11 起) |
比较二个 regex_iterator
。
为说明起见,假设 regex_iterator
含下列成员:
BidirIt begin
;
BidirIt end
;
rhs
都是序列尾迭代器,或若下列条件全为 true 则返回 true :
rhs | - | 要比较的 regex_iterator
|
本节未完成 原因:暂无示例 |