次の方法で共有


cregex_iterator Typedef

char regex_iterator の型定義です。

typedef regex_iterator<const char*> cregex_iterator;

解説

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

必要条件

ヘッダー : <regex>

名前空間: std

参照

関連項目

<regex>

regex_iterator クラス

sregex_iterator Typedef

wcregex_iterator Typedef

wsregex_iterator Typedef