Home
last modified time | relevance | path

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

/third_party/boost/boost/hana/
Dmult.hpp56 struct mult_impl<T, U, when<condition>> : default_ { struct
63 struct mult_impl<T, U, when< struct
78 struct mult_impl<T, T, when<std::is_arithmetic<T>::value && argument
97 struct mult_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/
Dmult.hpp56 struct mult_impl<T, U, when<condition>> : default_ { struct
63 struct mult_impl<T, U, when< struct
78 struct mult_impl<T, T, when<std::is_arithmetic<T>::value && argument
97 struct mult_impl<C, C, when< argument
102 static constexpr decltype(auto) apply(X const&, Y const&) in apply()
/third_party/boost/libs/hana/example/cppcon_2014/matrix/
Dring.hpp27 struct mult_impl<cppcon::Matrix<R1, C1>, cppcon::Matrix<R2, C2>> { struct
29 static constexpr decltype(auto) apply(M1&& m1, M2&& m2) { in apply()
/third_party/boost/libs/hana/include/boost/hana/ext/std/
Dratio.hpp134 struct mult_impl<ext::std::ratio_tag, ext::std::ratio_tag> { struct
136 static constexpr std::ratio_multiply<R1, R2> apply(R1 const&, R2 const&) in apply()
/third_party/boost/boost/hana/ext/std/
Dratio.hpp134 struct mult_impl<ext::std::ratio_tag, ext::std::ratio_tag> { struct
136 static constexpr std::ratio_multiply<R1, R2> apply(R1 const&, R2 const&) in apply()
/third_party/boost/libs/hana/test/_include/support/
Dnumeric.hpp145 struct mult_impl<Numeric, Numeric> { struct
147 static constexpr auto apply(X x, Y y) in apply()