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

The EdgeRangeConcept evaluates to true if Rng is a valid Range on Edges. More...

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

Concept definition

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

Detailed Description

The EdgeRangeConcept evaluates to true if Rng is a valid Range on Edges.

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