tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
integral_constant.hpp File Reference

Go to the source code of this file.

Classes

struct  integral_constant< Type, Val >
 

Namespaces

namespace  etl
 

Functions

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 >