A range class that refers to an interval [start, stop), where 'start' is included, and 'stop' is excluded.
More...
#include <range.hpp>
Detailed Description
template<typename SizeType, typename DistanceType>
class viennacl::basic_range< SizeType, DistanceType >
A range class that refers to an interval [start, stop), where 'start' is included, and 'stop' is excluded.
Similar to the boost::numeric::ublas::basic_range class.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
bool operator!= |
( |
const basic_range< SizeType, DistanceType > & |
r |
) |
const [inline] |
bool operator== |
( |
const basic_range< SizeType, DistanceType > & |
r |
) |
const [inline] |
The documentation for this class was generated from the following file:
- /data/development/ViennaCL/dev/viennacl/range.hpp