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

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

#include <vclib/concepts/ranges/mesh/edge_range.h>

Concept definition

template<typename Rng>
The EdgeConcept describes how a Edge element that can be used for a EdgeContainer should be organized...
Definition edge.h:95
The EdgeRangeConcept evaluates to true if Rng is a valid Range on Edges.
Definition edge_range.h:42
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.