Template Class range_t

Inheritance Relationships

Base Type

Class Documentation

template<Scalar T, range_inclusiveness_e inclusiveness>
class range_t : public wt::scene::element::attributes::data_attribute_t

Public Types

using range_type = ::wt::range_t<T, inclusiveness>

Public Functions

inline range_t(range_type v) noexcept
range_t(const range_t&) noexcept = default
range_t &operator=(const range_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

range_type range