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