Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dstring.hpp570 struct Not_within_traits struct in boost::container::basic_string
572 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() function
582 bool operator()(const typename Tr::char_type& x) const in operator ()()