#include <ops.h>
|
typedef | BZ_PROMOTE (T_numtype1, T_numtype2) T_numtype |
|
|
static T_numtype | apply (T_numtype1 a, T_numtype2 b) |
|
template<typename T1, typename T2> |
static void | prettyPrint (std::string &str, prettyPrintFormat &format, const T1 &t1, const T2 &t2) |
|
◆ apply()
template<typename T_numtype1, typename T_numtype2>
static T_numtype blitz::Add< T_numtype1, T_numtype2 >::apply |
( |
T_numtype1 | a, |
|
|
T_numtype2 | b ) |
|
inlinestatic |
◆ BZ_PROMOTE()
template<typename T_numtype1, typename T_numtype2>
typedef blitz::Add< T_numtype1, T_numtype2 >::BZ_PROMOTE |
( |
T_numtype1 | , |
|
|
T_numtype2 | ) |
◆ prettyPrint()
template<typename T_numtype1, typename T_numtype2>
template<typename T1, typename T2>
static void blitz::Add< T_numtype1, T_numtype2 >::prettyPrint |
( |
std::string & | str, |
|
|
prettyPrintFormat & | format, |
|
|
const T1 & | t1, |
|
|
const T2 & | t2 ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: