blaze::BinaryMapExprTrait< T1, T2, OP > Struct Template Reference

Evaluation of the return type of a binary map expression.Via this type trait it is possible to evaluate the return type of a binary map expression. Given the two types T1 and T2, which must either be vector or matrix types, and the custom operation type OP, the nested type Type corresponds to the resulting return type. In case the types of T1 or T2 don't fit or if no binary map operation exists for the types, the resulting data type Type is set to INVALID_TYPE. More...

#include <BinaryMapExprTrait.h>

Detailed Description

template<typename T1, typename T2, typename OP>
struct blaze::BinaryMapExprTrait< T1, T2, OP >

Evaluation of the return type of a binary map expression.

Via this type trait it is possible to evaluate the return type of a binary map expression. Given the two types T1 and T2, which must either be vector or matrix types, and the custom operation type OP, the nested type Type corresponds to the resulting return type. In case the types of T1 or T2 don't fit or if no binary map operation exists for the types, the resulting data type Type is set to INVALID_TYPE.


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