Namespaces
Variants

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

From cppreference.net
Regular expressions library
Classes
(C++11)
Algorithms
Iterators
Exceptions
Traits
Constants
(C++11)
Regex Grammar
iterator end ( ) noexcept ;
(C++11以降)
const_iterator end ( ) const noexcept ;
(C++11以降)
const_iterator cend ( ) const noexcept ;
(C++11以降)

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

目次

翻訳内容: - 「Contents」→「目次」 - HTMLタグ、属性、
タグ内のテキストは翻訳せず保持
- C++固有の用語(Parameters、Return value、Complexity、See also)は翻訳せず保持
- 元のフォーマットと構造を完全に維持

パラメータ

(なし)

戻り値

最後のサブマッチを超える要素へのイテレータ。

計算量

定数。

関連項目

部分マッチのリストの先頭へのイテレータを返す
(公開メンバ関数)