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

A concept that checks whether a type T (that should be a Element) has the VertexReferences component (inherits from it). More...

#include <vclib/mesh/components/vertex_references.h>

Concept definition

template<typename T>
BTITB::IsDerivedFromSpecializationOfV<T, VertexReferences>
A concept that checks whether a type T (that should be a Element) has the VertexReferences component ...
Definition vertex_references.h:712

Detailed Description

A concept that checks whether a type T (that should be a Element) has the VertexReferences component (inherits from it).

The concept is satisfied if T is a class that inherits from vcl::comp::VertexReferences, with any template arguments.

Template Parameters
TThe type to be tested for conformity to the HasVertexReferences.