![]() |
LArSoft
v09_93_00
Liquid Argon Software toolkit - https://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 |
| 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 1695 of file sparse_vector.h.
|
inline |
Definition at line 1700 of file sparse_vector.h.
|
inline |
Definition at line 1701 of file sparse_vector.h.
|
inline |
|
inline |
|
private |
Definition at line 1696 of file sparse_vector.h.
|
private |
Definition at line 1697 of file sparse_vector.h.