Loading...
Searching...
No Matches
Go to the source code of this file.
|
template<typename Rhs, Rhs R, typename Lhs, Lhs L> |
constexpr auto | operator!= (integral_constant< Rhs, R >, integral_constant< Lhs, L >) -> integral_constant< bool, L !=R > |
|
template<typename Rhs, Rhs R, typename Lhs, Lhs L> |
constexpr auto | operator+ (integral_constant< Rhs, R >, integral_constant< Lhs, L >) -> integral_constant< decltype(L+R), L+R > |
|
template<typename Rhs, Rhs R, typename Lhs, Lhs L> |
constexpr auto | operator== (integral_constant< Rhs, R >, integral_constant< Lhs, L >) -> integral_constant< bool, L==R > |
|