LLVM
15.0.0git
|
Bitfield
deals with the following type:
More...
#include "llvm/ADT/Bitfields.h"
Public Types | |
using | type = typename std::underlying_type< T >::type |
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 = typename std::underlying_type<T>::type |
Definition at line 198 of file Bitfields.h.