Template Class enum_t

Inheritance Relationships

Base Type

Class Documentation

template<ScopedEnum E>
class enum_t : public wt::scene::element::attributes::data_attribute_t

Public Functions

inline enum_t(const E &v) noexcept
enum_t(const enum_t&) noexcept = default
enum_t &operator=(const enum_t&) noexcept = default
inline virtual type_e get_data_type() const noexcept override
inline virtual const std::string to_string() const noexcept override

Public Members

E value