Home
last modified time | relevance | path

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

/third_party/boost/boost/hana/
Dmod.hpp56 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/
Dmod.hpp56 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/
Dratio.hpp157 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/
Dratio.hpp157 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/
Dnumeric.hpp168 struct mod_impl<Numeric, Numeric> { struct
170 static constexpr auto apply(X x, Y y) in apply()