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