Searched defs:div_impl (Results 1 – 3 of 3) sorted by relevance
| /third_party/boost/boost/hana/ |
| D | div.hpp | 56 struct div_impl<T, U, when<condition>> : default_ { struct 63 struct div_impl<T, U, when< struct 78 struct div_impl<T, T, when<std::is_integral<T>::value && argument 97 struct div_impl<C, C, when< argument 102 static constexpr decltype(auto) apply(X const&, Y const&) in apply()
|
| /third_party/boost/boost/hana/ext/std/ |
| D | ratio.hpp | 150 struct div_impl<ext::std::ratio_tag, ext::std::ratio_tag> { struct 152 static constexpr std::ratio_divide<R1, R2> apply(R1 const&, R2 const&) in apply()
|
| /third_party/boost/libs/hana/test/_include/support/ |
| D | numeric.hpp | 161 struct div_impl<Numeric, Numeric> { struct 163 static constexpr auto apply(X x, Y y) in apply()
|