|
Carna
Version 3.0.1
|
Defines an interval \(\left[a, b\right]\) with \(a,b \in\) T. More...
#include <Span.h>
Public Member Functions | |
| Span () | |
| Instantiates. | |
| Span (const T &first, const T &last) | |
| Span (const Span< T > &other) | |
| Copies other. | |
| 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. More... | |
Public Attributes | |
| T | first |
| Holds the \(a\) of \(\left[a, b\right]\). | |
| T | last |
| Holds the \(b\) of \(\left[a, b\right]\). | |
Defines an interval \(\left[a, b\right]\) with \(a,b \in\) T.
| Carna::base::math::Span< T >::Span | ( | const T & | first, |
| const T & | last | ||
| ) |
| bool Carna::base::math::Span< T >::operator< | ( | const Span< T > & | other | ) | const |
Documentation generated by Doxygen