Quantum++
v1.0.0-beta2
C++11 quantum computing library
|
Checks whether T is compatible with an STL-like iterable container. More...
#include <traits.h>
Checks whether T is compatible with an STL-like iterable container.
Provides the member constant value which is equal to true, if T is compatible with an iterable container, i.e. provides at least begin() and end() member functions. Otherwise, value is equal to false.