std::match_results<BidirIt,Alloc>::end, std::match_results<BidirIt,Alloc>::cend
提供: cppreference.com
<tbody>
</tbody>
iterator end() noexcept; |
(C++11以上) | |
const_iterator end() const noexcept; |
(C++11以上) | |
const_iterator cend() const noexcept; |
(C++11以上) | |
部分マッチのリストの終端を指すイテレータを返します。
引数
(なし)
戻り値
最後の部分マッチの次の要素を指すイテレータ。
計算量
一定。
関連項目
| 部分マッチのリストの先頭を指すイテレータを返します (パブリックメンバ関数) |