Home
last modified time | relevance | path

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

/third_party/boost/boost/algorithm/string/detail/
Dclassification.hpp327 struct pred_notF : struct
332 typedef bool result_type;
335 pred_notF( PredT Pred ) : m_Pred(Pred) {} in pred_notF() function
339 bool operator()( CharT Ch ) const in operator ()()
345 PredT m_Pred;