Skip to content

Extrapolator return std::unique_ptr<Trk::Parameters>

Extrapolator return std::unique_ptr<Trk::Parameters>

This is what we want to return from "factory" method. We return newly created parameters and pass ownership . Adding const or turn to shared_ptr is a client decision.

Ping @jojungge as he asked for it.

Edited by Christos Anastopoulos

Merge request reports