ViennaCL - The Vienna Computing Library  1.7.1
Free open-source GPU-accelerated linear algebra and solver library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
viennacl::is_subtraction< T > Struct Template Reference

Helper metafunction for checking whether the provided type is viennacl::op_sub (for subtraction) More...

#include <predicate.hpp>

Public Types

enum  { value = false }
 

Detailed Description

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

Helper metafunction for checking whether the provided type is viennacl::op_sub (for subtraction)

Definition at line 418 of file predicate.hpp.

Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 420 of file predicate.hpp.


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