Visual Computing Library
devel
|
A concept that checks whether a class has (inherits from) an FaceContainer class. More...
#include <vclib/mesh/containers/face_container.h>
A concept that checks whether a class has (inherits from) an FaceContainer class.
The concept is satisfied when T
is a class that instantiates or derives from a FaceContainer class having any Face element type.
T | The type to be tested for conformity to the HasFaceContainer. |