Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Range< Iter > Struct Template Reference

Range needs to be a specific type so we can overload some operators (e.g. More...

#include <Range.h>

Inheritance diagram for Range< Iter >:
Inheritance graph
Collaboration diagram for Range< Iter >:
Collaboration graph

Public Member Functions

 Range (Iter it1, Iter it2)
 

Detailed Description

template<typename Iter>
struct Range< Iter >

Range needs to be a specific type so we can overload some operators (e.g.

operator<<) specifically for ranges but not for pairs in general

Definition at line 28 of file Range.h.

Constructor & Destructor Documentation

template<typename Iter>
Range< Iter >::Range ( Iter  it1,
Iter  it2 
)
inline

Definition at line 30 of file Range.h.


The documentation for this struct was generated from the following file: