Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::_::to_constant< E, Value > Struct Template Reference

Static Public Attributes

static constexpr E value = static_cast<E>(Value)
 

Detailed Description

template<typename E, underlying_type_t< E > Value>
struct flecs::_::to_constant< E, Value >

Definition at line 32 of file enum.hpp.

Member Data Documentation

◆ value

template<typename E , underlying_type_t< E > Value>
constexpr E flecs::_::to_constant< E, Value >::value = static_cast<E>(Value)
staticconstexpr

Definition at line 37 of file enum.hpp.


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