ranges are upper-exclusive: involve i: lo <= i < hi.
More...
#include <sparse_pattern.h>
Public Member Functions |
| Interval (int l_, int h_) |
Public Attributes |
int | lo |
int | hi |
Detailed Description
ranges are upper-exclusive: involve i: lo <= i < hi.
Constructor & Destructor Documentation
SparsePattern::Interval::Interval |
( |
int |
l_, |
|
|
int |
h_ |
|
) |
| |
|
inline |
Member Data Documentation
int SparsePattern::Interval::hi |
int SparsePattern::Interval::lo |
The documentation for this struct was generated from the following file: