cregex_iterator Typedef

更新 : 2007 年 11 月

char regex_iterator の型定義です。

typedef regex_iterator<const char*> cregex_iterator;

解説

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

必要条件

ヘッダー : <regex>

名前空間 : std::tr1

参照

参照

<regex>

regex_iterator クラス

sregex_iterator Typedef

wcregex_iterator Typedef

wsregex_iterator Typedef