Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template modulus_base

boost::numeric::functional::modulus_base

Synopsis

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

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

  // public member functions
   (, ) ;
};

Description

modulus_base public member functions

  1.  ( left,  right) ;

    Returns:

    left % right


PrevUpHomeNext