wcregex_iterator Typedef

更新 : 2007 年 11 月

wchar_t regex_iterator の型定義です。

typedef regex_iterator<const wchar_t*> wcregex_iterator;

解説

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

必要条件

ヘッダー : <regex>

名前空間 : std::tr1

参照

参照

<regex>

regex_iterator クラス

cregex_iterator Typedef

sregex_iterator Typedef

wsregex_iterator Typedef