|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include <triqs/utility/expression_template_tools.hpp>
Strip rvalue references from T while turning lvalue references into const &.
Convenient when building expression trees where rvalue operands should be stored by value while lvalue operands should be stored by const reference.
| T | Type to transform. |
Definition at line 48 of file expression_template_tools.hpp.