SUNphi
1.0
|
Header file for the definition of +smet. More...
#include <metaprogramming/SFINAE.hpp>
#include <metaprogramming/UniversalReferences.hpp>
#include <smet/BaseSmET.hpp>
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... | |
Header file for the definition of +smet.
Definition in file UnaryPlus.hpp.
decltype(auto) SUNphi::operator+ | ( | T && | smet | ) |
Implement +smet: decays into smet itself.
smet | Expression |
Definition at line 17 of file UnaryPlus.hpp.