Container over a sparse integer range. More...
Public Member Functions | |
| SparseInterval (integer_t, integer_t, const excluded_container_t &) | |
| SparseInterval is a const adapter of a 3-uple : (from, to, excluded). | |
Container over a sparse integer range.
SparseInterval is a const adapter of a 3-uple : (from, begin, excluded). SparseInterval verifies the container concept.
Definition at line 98 of file sparse_interval.hh.
| SparseInterval | ( | integer_t | f, | |
| integer_t | t, | |||
| const excluded_container_t & | c | |||
| ) |
SparseInterval is a const adapter of a 3-uple : (from, to, excluded).
SparseInterval is a const adapter of a 3-uple : (from, begin, excluded).
SparseInterval verifies the container concept.
Definition at line 129 of file listg_sparse_interval.hxx.
1.7.1