Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::equality_comparable2< T, U, B > Struct Template Reference

#include <operators.hpp>

Inheritance diagram for boost::equality_comparable2< T, U, B >:
Collaboration diagram for boost::equality_comparable2< T, U, B >:

Friends

bool operator== (const U &y, const T &x)
 
bool operator!= (const U &y, const T &x)
 
bool operator!= (const T &y, const U &x)
 

Friends And Related Function Documentation

template<class T, class U, class B = ::boost::detail::empty_base<T>>
bool operator!= ( const U &  y,
const T x 
)
friend
template<class T, class U, class B = ::boost::detail::empty_base<T>>
bool operator!= ( const T y,
const U &  x 
)
friend
template<class T, class U, class B = ::boost::detail::empty_base<T>>
bool operator== ( const U &  y,
const T x 
)
friend

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