LLVM  4.0.0
Classes
llvm::is_bitmask_enum< E, Enable > Struct Template Reference

Traits class to determine whether an enum has a LLVM_BITMASK_LARGEST_ENUMERATOR enumerator. More...

#include <BitmaskEnum.h>

Inheritance diagram for llvm::is_bitmask_enum< E, Enable >:
[legend]
Collaboration diagram for llvm::is_bitmask_enum< E, Enable >:
[legend]

Classes

struct  type
 

Detailed Description

template<typename E, typename Enable = void>
struct llvm::is_bitmask_enum< E, Enable >

Traits class to determine whether an enum has a LLVM_BITMASK_LARGEST_ENUMERATOR enumerator.

Definition at line 71 of file BitmaskEnum.h.


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