Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dstring.hpp558 struct Eq_traits struct in boost::container::basic_string
561 typedef typename Tr::char_type first_argument_type;
562 typedef typename Tr::char_type second_argument_type;
563 typedef bool result_type;
565 bool operator()(const first_argument_type& x, const second_argument_type& y) const in operator ()()