Skip to content

Latest commit

 

History

History
206 lines (118 loc) · 7.11 KB

null_regex_traits.rst

File metadata and controls

206 lines (118 loc) · 7.11 KB

null_regex_traits 構造体テンプレート

概要

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

template<typename Char> struct :cpp~::boost::xpressive::null_regex_traits { // 構築、コピー、解体 <null_regex_traits.construct-copy-destruct> :cpp~null_regex_traits::null_regex_traits(locale_type const & = locale_type());

// 公開メンバ関数 <null_regex_traits.public-member-functions> bool :cppoperator==(:cppnull_regex_traits< char_type > const &) const; bool :cppoperator!=(:cppnull_regex_traits< char_type > const &) const; char_type :cppwiden(char) const;

// 公開静的メンバ関数 <null_regex_traits.public-static-functions> static unsigned char :cpphash(char_type); static char_type :cpptranslate(char_type); static char_type :cpptranslate_nocase(char_type); static bool :cppin_range(char_type, char_type, char_type); static bool :cppin_range_nocase(char_type, char_type, char_type); template<typename FwdIter> static string_type :cpptransform(FwdIter, FwdIter); template<typename FwdIter> static string_type :cpptransform_primary(FwdIter, FwdIter); template<typename FwdIter> static string_type :cpplookup_collatename(FwdIter, FwdIter); template<typename FwdIter> static char_class_type :cpplookup_classname(FwdIter, FwdIter, bool); static bool :cppisctype(char_type, char_class_type); static int :cppvalue(char_type, int); static locale_type :cppimbue(locale_type); static locale_type :cppgetloc();

};

説明

:cpp!null_regex_traits 構築、コピー、解体の公開演算

:cpp!null_regex_traits 公開メンバ関数

:cpp!null_regex_traits 公開静的メンバ関数