Searched defs:static_rational_power_impl (Results 1 – 1 of 1) sorted by relevance
50 struct static_rational_power_impl struct52 typedef typename typeof_pow_adl_barrier::typeof_pow<Y>::type type;53 static BOOST_CONSTEXPR type call(const Y& y) in call()61 struct static_rational_power_impl<R, one> struct63 typedef one type;64 static BOOST_CONSTEXPR one call(const one&) in call()71 struct static_rational_power_impl<static_rational<N, 1>, one> struct73 typedef one type;74 static BOOST_CONSTEXPR one call(const one&) in call()178 struct static_rational_power_impl<static_rational<N, 1>, Y> struct[all …]