Template Class measurement
Defined in File measurement.hpp
Inheritance Relationships
Base Types
public rcppsw::types::named_type< T, Tag >
(Template Class named_type)public rcppsw::er::client< measurement< T, Tag > >
(Template Class client)
Class Documentation
-
template<typename T, typename Tag>
class measurement : public rcppsw::types::named_type<T, Tag>, public rcppsw::er::client<measurement<T, Tag>> The result of a measurement between elements of a spatial space.
It should always be >= 0.
Public Functions
-
measurement(const measurement&) = default
-
~measurement(void) override = default
-
inline bool operator<(const measurement &rhs) const
-
inline bool operator<=(const measurement &rhs) const
-
inline bool operator>(const measurement &rhs) const
-
inline bool operator>=(const measurement &rhs) const
-
measurement(const measurement&) = default