名前空間
変種
操作

std::match_results<BidirIt,Alloc>::end, std::match_results<BidirIt,Alloc>::cend

From cppreference.com
< cpp‎ | regex‎ | match results
 
 
 
正規表現ライブラリ
クラス
(C++11)
アルゴリズム
イテレータ
例外
Traits
定数
(C++11)
正規表現文法
 
 
iterator end() noexcept;
(C++11以降)
const_iterator end() const noexcept;
(C++11以降)
const_iterator cend() const noexcept;
(C++11以降)

サブマッチのリストの末尾を指すイテレータを返します。

目次

[編集] パラメータ

(なし)

[編集] 戻り値

最後のサブマッチの次の要素を指すイテレータ。

[編集] 計算量

定数。

[編集] 関連項目

サブマッチのリストの先頭を指すイテレータを返します。
(public member function) [編集]
English 日本語 中文(简体) 中文(繁體)