Searched defs:mod_impl (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/hana/ |
D | mod.hpp | 56 struct mod_impl<T, U, when<condition>> : default_ { struct 63 struct mod_impl<T, U, when< struct 78 struct mod_impl<T, T, when<std::is_integral<T>::value && argument 97 struct mod_impl<C, C, when< struct 102 static constexpr decltype(auto) apply(X const&, Y const&) in apply()
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | mod.hpp | 56 struct mod_impl<T, U, when<condition>> : default_ { struct 63 struct mod_impl<T, U, when< struct 78 struct mod_impl<T, T, when<std::is_integral<T>::value && argument 97 struct mod_impl<C, C, when< argument 102 static constexpr decltype(auto) apply(X const&, Y const&) in apply()
|
/third_party/boost/libs/hana/include/boost/hana/ext/std/ |
D | ratio.hpp | 157 struct mod_impl<ext::std::ratio_tag, ext::std::ratio_tag> { struct 159 static constexpr std::ratio<0> apply(R1 const&, R2 const&) in apply()
|
/third_party/boost/boost/hana/ext/std/ |
D | ratio.hpp | 157 struct mod_impl<ext::std::ratio_tag, ext::std::ratio_tag> { struct 159 static constexpr std::ratio<0> apply(R1 const&, R2 const&) in apply()
|
/third_party/boost/libs/hana/test/_include/support/ |
D | numeric.hpp | 168 struct mod_impl<Numeric, Numeric> { struct 170 static constexpr auto apply(X x, Y y) in apply()
|