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

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>

Concept definition

template<typename T>
IsDerivedFromSpecializationOfV<T, CustomComponents>
A concept that checks whether a type T (that should be an Element or a Mesh) has the CustomComponents...
Definition custom_components.h:316

Detailed Description

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.

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