Data Structures | Namespaces

/data/development/ViennaCL/dev/viennacl/range.hpp File Reference

Implementation of a range object for use with proxy objects. More...

#include <vector>
#include <stddef.h>
#include <assert.h>
#include "viennacl/forwards.h"

Go to the source code of this file.

Data Structures

class  basic_range< SizeType, DistanceType >
 A range class that refers to an interval [start, stop), where 'start' is included, and 'stop' is excluded. More...

Namespaces

namespace  viennacl

Detailed Description

Implementation of a range object for use with proxy objects.