名前空間
変種
操作

std::match_results<BidirIt,Alloc>::begin, std::match_results<BidirIt,Alloc>::cbegin

提供: cppreference.com
< cpp‎ | regex‎ | match results
2012年10月26日 (金) 07:00時点におけるTranslationBot (トーク | 投稿記録)による版

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)

 
 
正規表現ライブラリ
クラス
(C++11)
アルゴリズム
イテレータ
例外
特性
定数
(C++11)
正規表現の文法
 
 
iterator begin();
(C++11以上)
const_iterator begin() const;
(C++11以上)
const_iterator cbegin() const;
(C++11以上)
サブマッチのリストの先頭に、反復子を返します.
Original:
Returns an iterator to the beginning of the list of sub-matches.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

目次

パラメータ

(なし)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

値を返します

最初のサブマッチにイテレータ.
Original:
Iterator to the first sub-match.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

例外

noexcept 指定:  
noexcept
  

複雑

定数
Original:
Constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

も参照してください

テンプレート:cpp/regex/match results/dcl list end