Home
last modified time | relevance | path

Searched defs:static_rational_power_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/units/detail/
Dstatic_rational_power.hpp50 struct static_rational_power_impl struct
52 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> struct
63 typedef one type;
64 static BOOST_CONSTEXPR one call(const one&) in call()
71 struct static_rational_power_impl<static_rational<N, 1>, one> struct
73 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 …]