| 38 | std::optional<std::wstring>&& argument); |
| 39 | |
| 40 | OptionsExport(OptionsExport&&) = default; |
| 41 | OptionsExport& operator=(OptionsExport&&) = default; |
| 42 | |
| 43 | OptionsExport(const OptionsExport&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected