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)
Definition at line 469 of file forwards.h.
anonymous enum |
Enumerator | |
---|---|
value |
Definition at line 471 of file forwards.h.