名前空間
変種
操作

「cpp/regex/match results/empty」の版間の差分

提供: cppreference.com
< cpp‎ | regex‎ | match results
(1版:Translate from the English version)
(r2.7.3) (ロボットによる 追加: de, en, es, fr, it, pt, ru, zh)
23行: 23行:
 
{{dcl list template | cpp/regex/match_results/dcl list size}}
 
{{dcl list template | cpp/regex/match_results/dcl list size}}
 
{{dcl list end}}
 
{{dcl list end}}
 +
 +
 +
 +
 +
 +
 +
 +
 +

2012年11月2日 (金) 13:28時点における版

 
 
正規表現ライブラリ
クラス
(C++11)
アルゴリズム
イテレータ
例外
特性
定数
(C++11)
正規表現の文法
 
 
bool empty() const;
(C++11以上)
マッチが成功したかどうかを確認します.
Original:
Checks whether the match was successful.
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.

値を返します

trueたmatch_resultsオブジェクトが一致するが含まれていない場合。、falseそうでなければ
Original:
true if the match_results object contains no matches., false otherwise
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:
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 size