Public Types | Static Public Member Functions

op_plus< NumericT > Struct Template Reference

Tag for addition. More...

#include <binary_op_tags.hpp>

Public Types

typedef NumericT numeric_type

Static Public Member Functions

static NumericT apply (NumericT lhs, NumericT rhs)
static std::string str ()

Detailed Description

template<typename NumericT>
struct viennamath::op_plus< NumericT >

Tag for addition.


Member Typedef Documentation

typedef NumericT numeric_type

Member Function Documentation

static NumericT apply ( NumericT  lhs,
NumericT  rhs 
) [inline, static]
static std::string str (  )  [inline, static]

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