#include <Range.h>

Definition at line 33 of file Range.h.
Public Member Functions | |
| Bound () | |
| Bound (const Bound &_r) | |
| Bound & | operator= (const Bound &_r) |
Data Fields | |
| T | lower |
| T | upper |
Definition at line 35 of file Range.h.
Referenced by Bound< T >::Bound(), is_in(), Bound< T >::operator=(), operator==(), and overlap().
Definition at line 36 of file Range.h.
Referenced by Bound< T >::Bound(), is_in(), Bound< T >::operator=(), operator==(), and overlap().
1.5.3