Template Function sequant::eval_result

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.