|
SUNphi
1.0
|
Smart Expression Templates. More...
#include <BaseSmET.hpp>
Public Member Functions | |
| T & | operator~ () |
| const T & | operator~ () const |
| template<typename... Oth> | |
| decltype(auto) | operator() (Oth &&...oth) |
| template<typename... Oth> | |
| decltype(auto) | operator() (Oth &&...oth) const |
Smart Expression Templates.
Definition at line 271 of file BaseSmET.hpp.
|
inline |
Implements the call operator via CRTP
| oth | Other quantit |
Definition at line 289 of file BaseSmET.hpp.
|
inline |
Implements the const call operator via CRTP
< Other quantit
Definition at line 290 of file BaseSmET.hpp.
|
inline |
Cast operator to class T
Definition at line 274 of file BaseSmET.hpp.
|
inline |
Constant cast operator to class T
Definition at line 274 of file BaseSmET.hpp.