\brief Return implementation of the algorithm.
| 8537 | //! \brief Return implementation of the algorithm. |
| 8538 | //! |
| 8539 | int64_t getImplementation() const noexcept |
| 8540 | { |
| 8541 | return mImpl->getImplementation(); |
| 8542 | } |
| 8543 | |
| 8544 | //! |
| 8545 | //! \brief Return tactic of the algorithm. |
no outgoing calls
no test coverage detected