Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template protonic_equal

boost::itl::protonic_equal

Synopsis

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

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

Description

protonic_equal public member functions

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

PrevUpHomeNext