regex_traits 構造体テンプレート
概要
// ヘッダ:<boost/xpressive/xpressive_fwd.hpp> template<typename Char, typename Impl> structregex_traits: public Impl { // 構築、コピー、解体regex_traits(); explicitregex_traits(locale_type const &); };
説明
regex_traits 構築、コピー、解体の公開演算
-
regex_traits()
-
explicit regex_traits(locale_type const &loc)