The VertexPointerRangeConcept evaluates to true if Rng is a valid Range on Vertex Pointers.
More...
template<typename Rng>
RemovePtr<typename std::ranges::iterator_t<Rng>::value_type>>>
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
A concept that checks whether a class has (inherits from) a Vertex class.
Definition vertex.h:80
The VertexPointerRangeConcept evaluates to true if Rng is a valid Range on Vertex Pointers.
Definition vertex.h:54
The VertexPointerRangeConcept evaluates to true if Rng is a valid Range on Vertex Pointers.
This means that Rng must be a Range of pointers to a type that satisfy the VertexConcept.