| 8040 | class OutputRedirect { |
| 8041 | public: |
| 8042 | OutputRedirect(OutputRedirect const &) = delete; |
| 8043 | OutputRedirect &operator=(OutputRedirect const &) = delete; |
| 8044 | OutputRedirect(OutputRedirect &&) = delete; |
| 8045 | OutputRedirect &operator=(OutputRedirect &&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected