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