Visual Computing Library
devel
|
A concept representing a BitSet. More...
#include <vclib/space/core/bit_set.h>
A concept representing a BitSet.
The concept is satisfied when T
is a class that instantiates or derives from a BitSet class having any integral type as a template parameter.
T | The type to be tested for conformity to the BitSetConcept. |