Template Function sequant::ex¶
Defined in File expr.hpp
Function Documentation¶
-
template<typename T, typename ...Args>
ExprPtr sequant::ex(Args&&... args)¶ make an ExprPtr to a new object of type T
- Template Parameters:
T – a class derived from Expr
Args – a parameter pack type such that T(std::forward<Args>…) is well-formed
- Parameters:
args – a parameter pack such that T(args…) is well-formed