LLVM 19.0.0git
Public Types | List of all members
llvm::bitfields_details::ResolveUnderlyingType< bool, false > Struct Reference

#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.
 

Detailed Description

Definition at line 203 of file Bitfields.h.

Member Typedef Documentation

◆ type

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.


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