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