|
|
using | type = std::conditional_t<(sizeof(L) > sizeof(R)), L, R> |
| |
|
using | type = std::conditional_t<(sizeof(L) > sizeof(R)), L, R> |
| |
| using | _left_type |
| |
|
using | type = common_integer<_left_type, R>::type |
| |
|
using | type = common_integer<R, L>::type |
| |
◆ _left_type
template<std::unsigned_integral L, std::unsigned_integral R>
Initial value:
std::conditional_t<(sizeof(L) < sizeof(short)), short,
std::conditional_t<(sizeof(L) < sizeof(int)), int,
std::conditional_t<(sizeof(L) < sizeof(long)), long, long long>>>
The documentation for this struct was generated from the following file: