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

Public Types

using type

Member Typedef Documentation

◆ type

template<int BITS>
using Fortran::common::HostSignedIntTypeHelper< BITS >::type
Initial value:
std::conditional_t<(BITS <= 8), std::int8_t,
std::conditional_t<(BITS <= 16), std::int16_t,
std::conditional_t<(BITS <= 32), std::int32_t,
std::conditional_t<(BITS <= 64), std::int64_t, int128_t>>>>

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