Searched defs:Eq_traits (Results 1 – 1 of 1) sorted by relevance
558 struct Eq_traits struct in boost::container::basic_string561 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 ()()