Home
last modified time | relevance | path

Searched defs:is_any_ofF (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/algorithm/string/detail/
Dclassification.hpp67 struct is_any_ofF : struct
72 typedef typename ::boost::remove_const<CharT>::type set_value_type;
76 typedef bool result_type;
80 is_any_ofF( const RangeT& Range ) : m_Size(0) in is_any_ofF() function
107 is_any_ofF(const is_any_ofF& Other) : m_Size(Other.m_Size) in is_any_ofF() argument
133 ~is_any_ofF() in ~is_any_ofF()
142 is_any_ofF& operator=(const is_any_ofF& Other) in operator =()
216 bool operator()( Char2T Ch ) const in operator ()()
227 static bool use_fixed_storage(std::size_t size) in use_fixed_storage()
237 {
[all …]