\brief Return tactic of the algorithm.
| 8545 | //! \brief Return tactic of the algorithm. |
| 8546 | //! |
| 8547 | int64_t getTactic() const noexcept |
| 8548 | { |
| 8549 | return mImpl->getTactic(); |
| 8550 | } |
| 8551 | |
| 8552 | protected: |
| 8553 | virtual ~IAlgorithmVariant() noexcept = default; |
no outgoing calls
no test coverage detected