LLVM 22.0.0git
llvm::enum_iteration_traits< EnumT > Struct Template Reference

#include "llvm/ADT/Sequence.h"

Inheritance diagram for llvm::enum_iteration_traits< EnumT >:
[legend]

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>
bool llvm::enum_iteration_traits< EnumT >::is_iterable = false
staticconstexpr

Definition at line 100 of file Sequence.h.

Referenced by llvm::enum_seq(), and llvm::enum_seq_inclusive().


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