ViennaCL - The Vienna Computing Library  1.5.1
Public Types
is_any_scalar< T > Struct Template Reference

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 ) }

Detailed Description

template<typename T>
struct viennacl::is_any_scalar< T >

Helper struct for checking whether the provided type represents a scalar (either host, from ViennaCL, or a flip-sign proxy)


Member Enumeration Documentation

anonymous enum
Enumerator:
value 

The documentation for this struct was generated from the following file: