LLVM 20.0.0git
|
#include "llvm/ADT/Bitfields.h"
Public Types | |
using | type = std::conditional_t< sizeof(bool)==1, uint8_t, void > |
In case sizeof(bool) != 1, replace void by an additionnal std::conditional. | |
Definition at line 203 of file Bitfields.h.
using llvm::bitfields_details::ResolveUnderlyingType< bool, false >::type = std::conditional_t<sizeof(bool) == 1, uint8_t, void> |
In case sizeof(bool) != 1, replace void
by an additionnal std::conditional.
Definition at line 206 of file Bitfields.h.