Range type that represents the values [start,end)
.
More...
#include <common.hpp>
Public Attributes | |
T | start |
T | end |
Range type that represents the values [start,end)
.
Only valid for types that define <
, ==
, and ++
.
Definition at line 225 of file common.hpp.
T Range< T >::end |
Definition at line 225 of file common.hpp.
T Range< T >::start |
Definition at line 225 of file common.hpp.