Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template fdiv_base<, , , >

boost::numeric::functional::fdiv_base<Left, Right, typename enable_if< are_integral< Left, Right > >::type>

Synopsis

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

template<typename Left, typename Right> 
struct fdiv_base<, , , > : public  {
};

PrevUpHomeNext