Grappa  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 225 of file common.hpp.

Member Data Documentation

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

Definition at line 225 of file common.hpp.

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

Definition at line 225 of file common.hpp.


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