Construction and destruction.
| 30 | public: |
| 31 | // Construction and destruction. |
| 32 | ApprQuery() = default; |
| 33 | virtual ~ApprQuery() = default; |
| 34 | |
| 35 | // The base-class Fit* functions are generic but need to call the |
nothing calls this directly
no outgoing calls
no test coverage detected