LLVM  8.0.1
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 "llvm/ADT/BitmaskEnum.h"

Inheritance diagram for llvm::is_bitmask_enum< E, Enable >:
Inheritance graph
[legend]
Collaboration diagram for llvm::is_bitmask_enum< E, Enable >:
Collaboration graph
[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: