#include <genesis/utils/containers/interval_tree/interval.hpp>
Helper type to define a closed []
Interval.
Definition at line 208 of file interval.hpp.
|
template<typename NumericalType , typename std::enable_if< std::is_integral< NumericalType >::value >::type = 0> |
static size_t | length (NumericalType b, NumericalType e) |
|
template<typename NumericalType , typename std::enable_if< ! std::is_integral< NumericalType >::value >::type = 0> |
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() [1/2]
static size_t length |
( |
NumericalType |
b, |
|
|
NumericalType |
e |
|
) |
| |
|
inlinestatic |
◆ length() [2/2]
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: