#include <Flagging.h>
Public Member Functions | |
Range (unsigned long long begin, unsigned long long end) | |
std::string | to_string () |
Returns a string representation of this Range, e.g. "[0,10)". | |
Public Attributes | |
unsigned long long | begin |
unsigned long long | end |
class Range is typically used in a vector for flagging data. In a range, `begin` is inclusive and `end` is exclusive.
Note: size() (inherited) always returns 2 (number of tuple elements)