Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::container::basic_string< CharT, Traits, Allocator >::Eq_traits< Tr > Struct Template Reference

#include <string.hpp>

Public 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 &x, const second_argument_type &y) const
 

Member Typedef Documentation

template<class CharT, class Traits, class Allocator>
template<class Tr >
typedef Tr::char_type boost::container::basic_string< CharT, Traits, Allocator >::Eq_traits< Tr >::first_argument_type
template<class CharT, class Traits, class Allocator>
template<class Tr >
typedef bool boost::container::basic_string< CharT, Traits, Allocator >::Eq_traits< Tr >::result_type
template<class CharT, class Traits, class Allocator>
template<class Tr >
typedef Tr::char_type boost::container::basic_string< CharT, Traits, Allocator >::Eq_traits< Tr >::second_argument_type

Member Function Documentation

template<class CharT, class Traits, class Allocator>
template<class Tr >
bool boost::container::basic_string< CharT, Traits, Allocator >::Eq_traits< Tr >::operator() ( const first_argument_type x,
const second_argument_type y 
) const
inline

The documentation for this struct was generated from the following file: