
ORC_RT_MARK_AS_BITMASK_ENUM and ORC_RT_DECLARE_ENUM_AS_BITMASK can be used to easily add support for bitmask operators (&, |, ^, ~) to enum types. This code was derived from LLVM's include/llvm/ADT/BitmaskEnum.h header.
ORC_RT_MARK_AS_BITMASK_ENUM and ORC_RT_DECLARE_ENUM_AS_BITMASK can be used to easily add support for bitmask operators (&, |, ^, ~) to enum types. This code was derived from LLVM's include/llvm/ADT/BitmaskEnum.h header.