Public Member Functions | Static Public Member Functions

op_id< NumericT > Struct Template Reference

Identity mapping: x |--> x. More...

#include <unary_op_tags.hpp>

Public Member Functions

NumericT apply (NumericT value) const
bool can_simplify () const

Static Public Member Functions

static std::string str ()

Detailed Description

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

Identity mapping: x |--> x.

Template Parameters:
NumericT The underlying numeric (floating point) type

Member Function Documentation

NumericT apply ( NumericT  value  )  const [inline]
bool can_simplify (  )  const [inline]
static std::string str (  )  [inline, static]

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