| 4378 | template<typename ConfigT> |
| 4379 | struct IArgFunction { |
| 4380 | virtual ~IArgFunction() {} |
| 4381 | #ifdef CLARA_CONFIG_CPP11_GENERATED_METHODS |
| 4382 | IArgFunction() = default; |
| 4383 | IArgFunction( IArgFunction const& ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected