Visual Computing Library  devel
Loading...
Searching...
No Matches
vcl::PointIteratorConcept Concept Reference

A concept representing an iterator that iterates over Points (specifically, a class that satisfies the PointConcept). More...

#include <vclib/space/core/point.h>

Concept definition

template<typename It>
The IteratorConcept is satisfied if T is an input or output iterator.
Definition iterators.h:37
A concept representing a Point.
Definition point.h:843
A concept representing an iterator that iterates over Points (specifically, a class that satisfies th...
Definition point.h:898

Detailed Description

A concept representing an iterator that iterates over Points (specifically, a class that satisfies the PointConcept).

The concept is satisfied when T is an iterator having its value_type that satisfies the vcl::PointConcept.

Template Parameters
ItThe type to be tested for conformity to the PointIteratorConcept.