次の方法で共有


cmatch Typedef

char match_results の型定義です。

typedef match_results<const char*> cmatch;

解説

この型は、テンプレート クラス match_results クラス を const char* 型の反復子用に特化したクラスを表します。

必要条件

ヘッダー : <regex>

名前空間: std

参照

関連項目

<regex>

match_results クラス

smatch Typedef

wcmatch Typedef

wsmatch Typedef

その他の技術情報

<regex> メンバー