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