OpenTTD Source 20250205-master-gfd85ab1e2c
is_enum_incrementable< enum_type > Struct Template Reference

Trait to enable prefix/postfix incrementing operators. More...

#include <enum_type.hpp>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename enum_type>
struct is_enum_incrementable< enum_type >

Trait to enable prefix/postfix incrementing operators.

Definition at line 19 of file enum_type.hpp.

Field Documentation

◆ value

template<typename enum_type >
constexpr bool is_enum_incrementable< enum_type >::value = false
staticconstexpr

Definition at line 20 of file enum_type.hpp.


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