次の方法で共有


wsmatch Typedef

更新 : 2007 年 11 月

wstring match_results の型定義です。

typedef match_results<wstring::const_iterator> wsmatch;

解説

この型は、テンプレート クラス match_results クラス を wstring::const_iterator 型の反復子用に特化したクラスを表します。

必要条件

ヘッダー : <regex>

名前空間 : std::tr1

参照

参照

<regex>

match_results クラス

cmatch Typedef

smatch Typedef

wcmatch Typedef