Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template not_equal_to_base

boost::numeric::functional::not_equal_to_base

Synopsis

// In header: <boost/accumulators/numeric/functional.hpp>

template<typename Left, typename Right, typename EnableIf> 
struct not_equal_to_base : public  {

  // public member functions
   (, ) ;
};

Description

not_equal_to_base public member functions

  1.  ( left,  right) ;

    Returns:

    left != right


PrevUpHomeNext