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

A concept representing an iterator that iterates over 2D Points (specifically, a class that satisfies the Point2Concept). 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 2D Point.
Definition point.h:858
A concept representing an iterator that iterates over 2D Points (specifically, a class that satisfies...
Definition point.h:914

Detailed Description

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

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

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