次の方法で共有


wcregex_iterator Typedef

wchar_t regex_iterator の型定義です。

typedef regex_iterator<const wchar_t*> wcregex_iterator;

解説

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

必要条件

ヘッダー : <regex>

名前空間: std

参照

関連項目

<regex>

regex_iterator クラス

cregex_iterator Typedef

sregex_iterator Typedef

wsregex_iterator Typedef

その他の技術情報

<regex> メンバー