![]() |
Home | Libraries | People | FAQ | More |
boost::container::basic_string::Eq_traits
// In header: <boost/container/string.hpp> template<typename CharT, typename Traits = std::char_traits<CharT>, typename Allocator = void> struct Eq_traits { // types typedef Tr::char_type first_argument_type; typedef Tr::char_type second_argument_type; typedef bool result_type; // public member functions bool operator()(const first_argument_type &, const second_argument_type &) const; };