Struct template as_min_base
boost::numeric::functional::as_min_base
Synopsis
template<typename Arg, typename EnableIf>
struct as_min_base :
public std::unary_function< Arg, remove_const< Arg >::type >
{
BOOST_STATIC_ASSERT(std::numeric_limits< typename remove_const< Arg >::type >::is_specialized);
remove_const< Arg >::type operator()(Arg &) const;
};
Description
as_min_base public member functions
- <
BOOST_STATIC_ASSERT(std::numeric_limits<typenameremove_const<Arg>::type>::is_specialized);
>
- <
remove_const<Arg>::typeoperator()(Arg&)const;
>