$extrastylesheet
#include <mln/value/interval.hh>
Public Member Functions | |
| interval_ (const T &from, const T &to) | |
| template<typename U > | |
| operator interval_< U > () const | |
Public Attributes | |
| T | from |
| T | to |
Public Types | |
| typedef Object< void > | category |
| typedef interval_< T > | exact_t |
FIXME: Doc!
Definition at line 48 of file interval.hh.
| mln::value::interval_< T >::interval_ | ( | const T & | from, |
| const T & | to | ||
| ) |
| mln::value::interval_< T >::operator interval_< U > | ( | ) | const |
| T mln::value::interval_< T >::from |
Definition at line 51 of file interval.hh.
| T mln::value::interval_< T >::to |
Definition at line 51 of file interval.hh.
|
inherited |