次の方法で共有


wcregex_token_iterator Typedef

wchar_t regex_token_iterator の型定義です。

typedef regex_token_iterator<const wchar_t*> wcregex_token_iterator;

解説

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

必要条件

ヘッダー : <regex>

名前空間: std

参照

関連項目

<regex>

regex_token_iterator クラス

cregex_token_iterator Typedef

sregex_token_iterator Typedef

wsregex_token_iterator Typedef