Visual Computing Library
devel
|
A concept representing a generic N-dimensional array. More...
#include <vclib/space/core/array.h>
A concept representing a generic N-dimensional array.
The concept is satisfied when T
is a class that instantiates or derives from an Array class having any number of dimensions and any value type.
T | The type to be tested for conformity to the ArrayConcept. |