OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
Public Types | List of all members
PETE_ComputeBinaryType< T1, T2, Op, PETE_BinaryPromoteTag > Struct Template Reference

#include <TypeComputations.h>

Public Types

typedef PETE_ComputePromoteType2< T1, T2, PETE_Type2Index< T1 >::val, PETE_Type2Index< T2 >::val >::type type
 

Detailed Description

template<class T1, class T2, class Op>
struct PETE_ComputeBinaryType< T1, T2, Op, PETE_BinaryPromoteTag >

Definition at line 239 of file TypeComputations.h.

Member Typedef Documentation

◆ type

template<class T1 , class T2 , class Op >
typedef PETE_ComputePromoteType2<T1, T2, PETE_Type2Index<T1>::val, PETE_Type2Index<T2>::val>::type PETE_ComputeBinaryType< T1, T2, Op, PETE_BinaryPromoteTag >::type

Definition at line 242 of file TypeComputations.h.


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