Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct template average_base<Left, Right, typename enable_if< are_integral< Left, Right > >::type>

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

Synopsis

template<typename Left, typename Right> 
struct average_base<Left, Right, typename enable_if< are_integral< Left, Right > >::type> : public boost::numeric::functional::divides< Left, Right, LeftTag, RightTag >
{
};

PrevUpHomeNext