MTL 4: mtl::irange Class Reference
#include <irange.hpp>
Public Member Functions | |
irange (size_type start, size_type finish) | |
Create an index range of [start, finish). | |
irange (size_type finish) | |
Create an index range of [0, finish). | |
irange () | |
Create an index range of [0, imax), i.e. all indices. | |
size_type | start () |
First index in range. | |
size_type | finish () |
Past-end index in range. | |
size_type | size () |
Number of indices. |
mtl::irange Class Reference -- MTL 4 -- Peter Gottschling and Andrew Lumsdaine
-- Generated on 24 Aug 2009 by Doxygen 1.5.9 -- Copyright 2008-09 by TU Dresden and the Trustees of Indiana University.