Template Class scalar_t

Inheritance Relationships

Base Type

Class Documentation

template<CScalarOrBool S>
class scalar_t : public wt::scene::element::attributes::data_attribute_t

Public Functions

inline scalar_t(const S &s) noexcept
scalar_t(const scalar_t&) noexcept = default
scalar_t &operator=(const scalar_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

S value