LLVM: select_uint_t< Size > Struct Template Reference (original) (raw)

template<unsigned Size>
struct select_uint_t< Size >

Definition at line 87 of file M68kMCCodeEmitter.cpp.

type

Initial value:

typename std::conditional<

typename std::conditional<

typename std::conditional< Size==8, uint8_t, typename std::conditional< Size==16, uint16_t, typename std::conditional< Size==32, uint32_t, uint64_t >::type >::type >::type type

Definition at line 88 of file M68kMCCodeEmitter.cpp.


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