Grappa  r3821, hash 22cd626d567a91ead5b23302066d1e9469f45c66
Range< T > Struct Template Reference

Range type that represents the values [start,end). More...

#include <common.hpp>

Public Attributes

start
 
end
 

Detailed Description

template<typename T>
struct Range< T >

Range type that represents the values [start,end).

Only valid for types that define <, ==, and ++.

Definition at line 224 of file common.hpp.

Member Data Documentation

template<typename T>
T Range< T >::end

Definition at line 224 of file common.hpp.

template<typename T>
T Range< T >::start

Definition at line 224 of file common.hpp.


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