LLVM 19.0.0git
Static Public Attributes | List of all members
llvm::enum_iteration_traits< EnumT > Struct Template Reference

#include "llvm/ADT/Sequence.h"

Static Public Attributes

static constexpr bool is_iterable = false
 

Detailed Description

template<typename EnumT>
struct llvm::enum_iteration_traits< EnumT >

Definition at line 99 of file Sequence.h.

Member Data Documentation

◆ is_iterable

template<typename EnumT >
constexpr bool llvm::enum_iteration_traits< EnumT >::is_iterable = false
staticconstexpr

Definition at line 100 of file Sequence.h.


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