Home | Libraries | People | FAQ | More |
boost::numeric::functional::promote_base
// In header: <boost/accumulators/numeric/functional.hpp> template<typename To, typename From, typename EnableIf> struct promote_base : public std::unary_function< From, To > { // public member functions To operator()(From &) const; };