Blaze  3.6
Public Member Functions | List of all members
blaze::InvAdd Struct Reference

Generic wrapper for the inverted addition operator. More...

#include <InvAdd.h>

Public Member Functions

template<typename T1 , typename T2 >
decltype(auto) BLAZE_ALWAYS_INLINE operator() (const T1 &a, const T2 &b) const
 Returns the result of the inverted addition operator for the given objects/values. More...
 

Detailed Description

Generic wrapper for the inverted addition operator.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 >
decltype(auto) BLAZE_ALWAYS_INLINE blaze::InvAdd::operator() ( const T1 &  a,
const T2 &  b 
) const
inline

Returns the result of the inverted addition operator for the given objects/values.

Parameters
aThe left-hand side object/value.
bThe right-hand side object/value.
Returns
The result of the inverted addition operator for the given objects/values.

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