Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template equality_comparable

boost::type_erasure::equality_comparable

Synopsis

// In header: <boost/type_erasure/operators.hpp>

template<typename T, typename U> 
struct equality_comparable {

  // public static functions
  bool (const  T &, const  U &);
};

Description

equality_comparable public static functions

  1. bool (const  T & lhs, const  U & rhs);

PrevUpHomeNext