Enclosure to use two iterators representing a range in a range-for loop. More...
#include <sparse_vector.h>
Public Member Functions | |
iteratorRange (BITER const &b, EITER const &e) | |
auto const & | begin () const |
auto const & | end () const |
auto const & | size () const |
Private Attributes | |
BITER | b |
EITER | e |
Enclosure to use two iterators representing a range in a range-for loop.
Definition at line 1652 of file sparse_vector.h.
|
inline |
Definition at line 1656 of file sparse_vector.h.
|
inline |
Definition at line 1657 of file sparse_vector.h.
|
inline |
Definition at line 1658 of file sparse_vector.h.
|
inline |
Definition at line 1659 of file sparse_vector.h.
|
private |
Definition at line 1653 of file sparse_vector.h.
|
private |
Definition at line 1654 of file sparse_vector.h.