#include <integral_constant.hpp>
|
(Note that these are not member symbols.)
|
| 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 > |
| |
◆ type
◆ value_type
◆ operator value_type()
◆ operator()()
◆ value
The documentation for this struct was generated from the following file: