blitz Version 1.0.2
Loading...
Searching...
No Matches
blitz::UnaryMinus< T_numtype1 > Struct Template Reference

#include <ops.h>

Collaboration diagram for blitz::UnaryMinus< T_numtype1 >:
Collaboration graph

Public Types

typedef T_numtype1 T_numtype
 

Static Public Member Functions

static T_numtype apply (T_numtype1 a)
 
template<typename T1>
static void prettyPrint (std::string &str, prettyPrintFormat &format, const T1 &t1)
 

Member Typedef Documentation

◆ T_numtype

template<typename T_numtype1>
typedef T_numtype1 blitz::UnaryMinus< T_numtype1 >::T_numtype

Member Function Documentation

◆ apply()

template<typename T_numtype1>
static T_numtype blitz::UnaryMinus< T_numtype1 >::apply ( T_numtype1 a)
inlinestatic

References BZ_DEFINE_UNARY_OP.

◆ prettyPrint()

template<typename T_numtype1>
template<typename T1>
static void blitz::UnaryMinus< T_numtype1 >::prettyPrint ( std::string & str,
prettyPrintFormat & format,
const T1 & t1 )
inlinestatic

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