LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
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 |
Private Attributes | |
BITER | b |
EITER | e |
Enclosure to use two iterators representing a range in a range-for loop.
Definition at line 1467 of file sparse_vector.h.
|
inline |
Definition at line 1471 of file sparse_vector.h.
|
inline |
Definition at line 1472 of file sparse_vector.h.
|
inline |
|
private |
Definition at line 1468 of file sparse_vector.h.
|
private |
Definition at line 1469 of file sparse_vector.h.