Searched defs:Not_within_traits (Results 1 – 1 of 1) sorted by relevance
570 struct Not_within_traits struct in boost::container::basic_string572 typedef typename Tr::char_type argument_type;573 typedef bool result_type;575 typedef const typename Tr::char_type* Pointer;576 const Pointer m_first;577 const Pointer m_last;579 Not_within_traits(Pointer f, Pointer l) in Not_within_traits() function582 bool operator()(const typename Tr::char_type& x) const in operator ()()