15#ifndef SPAN_H_6014714286
16#define SPAN_H_6014714286
93 : first( T() ), last( T() )
100 : first( first ), last( last )
105template<
typename T >
107 : first(
other.first )
113template<
typename T >
120template<
typename T >
Represents an association.
Defines an interval with T.
bool operator==(const Span< T > &other) const
Returns whether this span equals other.
bool operator<(const Span< T > &other) const
Compares this span to other.
Defines LibCarna::base::math namespace and LIBCARNA_FOR_VECTOR3UI.
bool isEqual(const InputType &x, const InputType &y)
Tells whether two objects are equal respectively to epsilon.