12#ifndef SPAN_H_6014714286
13#define SPAN_H_6014714286
90 : first( T() ), last( T() )
97 : first( first ), last( last )
102template<
typename T >
104 : first(
other.first )
110template<
typename T >
117template<
typename T >
Represents an association.
Defines an interval with T.
bool operator<(const Span< T > &other) const
Compares this span to other.
bool operator==(const Span< T > &other) const
Returns whether this span equals other.
Span(const T &first, const T &last)
Span(const Span< T > &other)
Copies other.
Defines Carna::base::math namespace and CARNA_FOR_VECTOR3UI.
bool isEqual(const InputType &x, const InputType &y)
Tells whether two objects are equal respectively to epsilon.