| SUNphi
    1.0
    | 
#include <BinarySmET.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 | 
| Static Public Attributes | |
| static constexpr bool | isAssignable = false | 
Binary SmET.
Definition at line 31 of file BinarySmET.hpp.
| 
 | inlineinherited | 
Implements the call operator via CRTP 
| oth | Other quantit | 
Definition at line 289 of file BaseSmET.hpp.
| 
 | inlineinherited | 
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 37 of file BinarySmET.hpp.
| 
 | inline | 
Constant cast operator to class T 
Definition at line 37 of file BinarySmET.hpp.
| 
 | static | 
Returns whether this SmET can be the left hand of an assignement
This SmET can never be lhs
Definition at line 35 of file BinarySmET.hpp.