Visual Computing Library
|
The ComponentConcept is evaluated to true whenever the type T
is a valid component, i.e., it has a static constexpr member COMPONENT_ID
of type unsigned int
.
More...
#include <vclib/concepts/mesh/components/component.h>
The ComponentConcept is evaluated to true whenever the type T
is a valid component, i.e., it has a static constexpr member COMPONENT_ID
of type unsigned int
.
The COMPONENT_ID
is used to identify the component type in the mesh or in the mesh element. Its value should be one of the values defined in the vcl::CompId enum.
T | The type to be evaluated. |