| 120 | } |
| 121 | |
| 122 | virtual std::unique_ptr<FunctionInterface<TScalar, TMode, TDimension>> clone() |
| 123 | const override { |
| 124 | return std::make_unique<Derived>(static_cast<const Derived&>(*this)); |
| 125 | } |
| 126 | }; |
| 127 | |
| 128 | #ifdef __GNUC__ |
no outgoing calls
no test coverage detected