MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / OutputRedirect

Method OutputRedirect

Bcore/src/main/cpp/Dobby/tests/catch.hpp:8042–8042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8040class OutputRedirect {
8041public:
8042 OutputRedirect(OutputRedirect const &) = delete;
8043 OutputRedirect &operator=(OutputRedirect const &) = delete;
8044 OutputRedirect(OutputRedirect &&) = delete;
8045 OutputRedirect &operator=(OutputRedirect &&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected