Juggler
Juggling algorithms and event processing using gaudi framework
Range.hpp File Reference
#include <iterator>
#include <utility>

Go to the source code of this file.

Classes

class  Jug::Range< Iterator >
 

Namespaces

 Jug
 

Functions

template<typename Iterator >
Range< Iterator > Jug::makeRange (Iterator begin, Iterator end)
 
template<typename Iterator >
Range< Iterator > Jug::makeRange (std::pair< Iterator, Iterator > range)