Helper class to allow iterating through a container without allowing users to modify that container.
More...
#include <Helpers.h>
template<typename Iterator>
class RDFAnalysis::range_t< Iterator >
Helper class to allow iterating through a container without allowing users to modify that container.
- Template Parameters
-
Iterator | The type of the input iterator. |
The templated iterator type.
range_t |
( |
Iterator |
begin, |
|
|
Iterator |
end |
|
) |
| |
|
inline |
Construct the range from two iterators.
std::size_t size |
( |
| ) |
const |
|
inline |
The size of the wrapped range.
The documentation for this class was generated from the following file: