ViennaCL - The Vienna Computing Library
1.5.0
|
Helper struct for checking whether the provided type represents a scalar (either host, from ViennaCL, or a flip-sign proxy) More...
#include <forwards.h>
Public Types | |
enum | { value = (is_scalar<T>::value || is_cpu_scalar<T>::value || is_flip_sign_scalar<T>::value ) } |
Helper struct for checking whether the provided type represents a scalar (either host, from ViennaCL, or a flip-sign proxy)