SUNphi  1.0
UnaryPlus.hpp File Reference

Header file for the definition of +smet. More...

Go to the source code of this file.

Functions

template<typename T , TypeIf<(isSmET< T >), void * > = nullptr>
decltype(auto) SUNphi::operator+ (T &&smet)
 Implement +smet: decays into smet itself. More...
 

Detailed Description

Header file for the definition of +smet.

Definition in file UnaryPlus.hpp.

Function Documentation

template<typename T , TypeIf<(isSmET< T >), void * > = nullptr>
decltype(auto) SUNphi::operator+ ( T &&  smet)

Implement +smet: decays into smet itself.

Parameters
smetExpression

Definition at line 17 of file UnaryPlus.hpp.