Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::math::detail::select_power_if_positive< N > Struct Template Reference

#include <pow.hpp>

Public Types

typedef mpl::greater_equal
< mpl::int_< N >, mpl::int_
< 0 > >::type 
is_positive
 
typedef power_if_positive< N,
is_positive::value > 
type
 

Member Typedef Documentation

template<int N>
typedef mpl::greater_equal< mpl::int_<N>, mpl::int_<0> >::type boost::math::detail::select_power_if_positive< N >::is_positive
template<int N>
typedef power_if_positive<N, is_positive::value> boost::math::detail::select_power_if_positive< N >::type

The documentation for this struct was generated from the following file: