ALPSCore reference
|
Metafunction-predicate: returns true_type if type T is scalar. More...
#include <is_scalar.hpp>
Metafunction-predicate: returns true_type if type T is scalar.
T | type to test |
The type T is scalar iff it's "mathematical scalar" (as defined by metafunction alps::numeric::scalar<T>) is the same as T.
Definition at line 24 of file is_scalar.hpp.