LLVM 20.0.0git
|
Bitfield
deals with the following type:
More...
#include "llvm/ADT/Bitfields.h"
Public Types | |
using | type = std::underlying_type_t< T > |
Bitfield
deals with the following type:
bool
Internally though we only manipulate integer with well defined and consistent semantics, this excludes typed enums and bool
that are replaced with their unsigned counterparts. The correct type is restored in the public API. Definition at line 197 of file Bitfields.h.
using llvm::bitfields_details::ResolveUnderlyingType< T, bool >::type = std::underlying_type_t<T> |
Definition at line 198 of file Bitfields.h.