hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
enum_range< E > Struct Template Reference

#include <magic_enum.h>

Static Public Attributes

static constexpr int min = MAGIC_ENUM_RANGE_MIN
 
static constexpr int max = MAGIC_ENUM_RANGE_MAX
 

Detailed Description

template<typename E>
struct magic_enum::customize::enum_range< E >

Definition at line 172 of file magic_enum.h.

Member Data Documentation

◆ max

template<typename E >
constexpr int max = MAGIC_ENUM_RANGE_MAX
staticconstexpr

Definition at line 174 of file magic_enum.h.

◆ min

template<typename E >
constexpr int min = MAGIC_ENUM_RANGE_MIN
staticconstexpr

Definition at line 173 of file magic_enum.h.


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