regex_traits 構造体テンプレート

template<typename Char, typename Impl>
struct regex_traits : public Impl

概要

// ヘッダ:<boost/xpressive/xpressive_fwd.hpp>

template<typename Char, typename Impl>
struct regex_traits : public Impl {
  // 構築、コピー、解体
  regex_traits();
  explicit regex_traits(locale_type const &);
};

説明

regex_traits 構築、コピー、解体の公開演算

regex_traits()
explicit regex_traits(locale_type const &loc)