ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Range.hpp File Reference
#include <iterator>
#include <utility>
+ Include dependency graph for Range.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FW::Range< Iterator >
 

Namespaces

namespace  FW
 

Functions

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