disable value semantics
| 762 | public: |
| 763 | // disable value semantics |
| 764 | VariadicFunctionCommand(const VariadicFunctionCommand&) = delete; |
| 765 | VariadicFunctionCommand& operator = (const VariadicFunctionCommand&) = delete; |
| 766 | |
| 767 | VariadicFunctionCommand( |
nothing calls this directly
no outgoing calls
no test coverage detected