Visual Computing Library
devel
|
A concept that checks whether a type T (that should be an Element or a Mesh) has the CustomComponents component (inherits from it). More...
#include <vclib/mesh/components/custom_components.h>
A concept that checks whether a type T (that should be an Element or a Mesh) has the CustomComponents component (inherits from it).
The concept is satisfied if T is a class that inherits from vcl::comp::CustomComponents, with any template arguments.
T | The type to be tested for conformity to the HasCustomComponents. |