Loading...
Searching...
No Matches
#include <mdspan.hpp>
|
| using | type = integral_constant< Type, Val > |
| |
| using | value_type = Type |
| |
| constexpr | operator value_type () const noexcept |
| |
| constexpr auto | operator() () const noexcept -> value_type |
| |
| static constexpr Type | value = Val |
| |
| 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 > |
| |
The documentation for this struct was generated from the following file: