Public Types

VECTOR_EXTRACTOR_IMPL< LHS, RHS > Struct Template Reference

Extracts the vector type from one of the two arguments. Used for the vector_expression type. More...

#include <tools.hpp>

Public Types

typedef
LHS::ERROR_COULD_NOT_EXTRACT_VECTOR_INFORMATION_FROM_VECTOR_EXPRESSION 
ResultType

Detailed Description

template<typename LHS, typename RHS>
struct viennacl::tools::VECTOR_EXTRACTOR_IMPL< LHS, RHS >

Extracts the vector type from one of the two arguments. Used for the vector_expression type.

Template Parameters:
LHS The left hand side operand of the vector_expression
RHS The right hand side operand of the vector_expression

Member Typedef Documentation

typedef LHS::ERROR_COULD_NOT_EXTRACT_VECTOR_INFORMATION_FROM_VECTOR_EXPRESSION ResultType

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