Template Function sequant::eval_result¶
Defined in File eval_result.hpp
Function Documentation¶
-
template<typename T, typename ...Args>
ERPtr sequant::eval_result(Args&&... args) noexcept¶ Factory function for EvalResult objects.
- Template Parameters:
T – A concrete type derived from EvalResult.
Args – The argument types for the constructor of T.
- Parameters:
args – The arguments for the constructor of T.
- Returns:
ERPtr object.