Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template element_equal

boost::itl::element_equal

Synopsis

template<class Type > 
struct element_equal : public boost::itl::relation< Type, Type > {

  // public member functions
  bool operator()(const Type &, const Type &) const;
};

Description

element_equal public member functions

  1. bool operator()(const Type & lhs, const Type & rhs) const;

PrevUpHomeNext