FLANG
Fortran::common::HostUnsignedIntTypeHelper< BITS > Struct Template Reference

Public Types

using type

Member Typedef Documentation

◆ type

template<int BITS>
using Fortran::common::HostUnsignedIntTypeHelper< BITS >::type
Initial value:
std::conditional_t<(BITS <= 8), std::uint8_t,
std::conditional_t<(BITS <= 16), std::uint16_t,
std::conditional_t<(BITS <= 32), std::uint32_t,
std::conditional_t<(BITS <= 64), std::uint64_t, uint128_t>>>>

The documentation for this struct was generated from the following file: