FLANG
Public Types | List of all members
Fortran::common::HostSignedIntTypeHelper< BITS > Struct Template Reference

Public Types

using type = 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: