#include <genesis/utils/containers/interval_tree/interval.hpp>
Helper type to define a right open [) Interval.
Definition at line 118 of file interval.hpp.
|
| template<typename NumericalType > |
| static size_t | length (NumericalType b, NumericalType e) |
| |
| template<typename NumericalType > |
| static std::string | to_string (NumericalType b, NumericalType e, bool narrow=false) |
| |
| template<typename NumericalType > |
| static bool | within (NumericalType b, NumericalType e, NumericalType p) |
| |
◆ length()
| static size_t length |
( |
NumericalType |
b, |
|
|
NumericalType |
e |
|
) |
| |
|
inlinestatic |
◆ to_string()
| static std::string to_string |
( |
NumericalType |
b, |
|
|
NumericalType |
e, |
|
|
bool |
narrow = false |
|
) |
| |
|
inlinestatic |
◆ within()
| static bool within |
( |
NumericalType |
b, |
|
|
NumericalType |
e, |
|
|
NumericalType |
p |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: