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

The VertexRangeConcept evaluates to true if Rng is a valid Range on Vertices. More...

#include <vclib/mesh/views/elements/vertex.h>

Concept definition

template<typename Rng>
Utility concept that is evaluated true if T is a range, e.g. if has a begin and an end.
Definition range.h:39
A concept that checks whether a class has (inherits from) a Vertex class.
Definition vertex.h:80
The VertexRangeConcept evaluates to true if Rng is a valid Range on Vertices.
Definition vertex.h:40

Detailed Description

The VertexRangeConcept evaluates to true if Rng is a valid Range on Vertices.

This means that Rng must be a Range of VertexConcept: the iterated type must satisfy the VertexConcept.