Quantum++
v1.0-rc2
A modern 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 constant member 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.