string sub_match の型定義です。
typedef sub_match<string::const_iterator> ssub_match;
解説
この型は、テンプレート クラス sub_match クラス を string::const_iterator 型の反復子用に特化したクラスを表します。
必要条件
ヘッダー : <regex>
名前空間: std
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
string sub_match の型定義です。
typedef sub_match<string::const_iterator> ssub_match;
この型は、テンプレート クラス sub_match クラス を string::const_iterator 型の反復子用に特化したクラスを表します。
ヘッダー : <regex>
名前空間: std