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

The FacePointerRangeConcept evaluates to true if Rng is a valid Range on Face Pointers. More...

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

Concept definition

template<typename Rng>
FaceConcept<typename std::decay_t<
RemovePtr<typename std::ranges::iterator_t<Rng>::value_type>>>
A concept that checks whether a class has (inherits from) an Face class.
Definition face.h:295
The FacePointerRangeConcept evaluates to true if Rng is a valid Range on Face Pointers.
Definition face.h:54
The IsPointer concept is satisfied if T is a Pointer, even if the type T is a reference to a pointer.
Definition pointers.h:54
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 FacePointerRangeConcept evaluates to true if Rng is a valid Range on Face Pointers.

This means that Rng must be a Range of pointers to a type that satisfy the FaceConcept.