MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / AlreadySetup

Class AlreadySetup

Libraries/Process/Process.h:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 StdStream& operator=(StdStream&&) = delete;
122
123 protected:
124 struct AlreadySetup
125 {
126 };
127 StdStream() = default;
128 StdStream(AlreadySetup) { operation = Operation::AlreadySetup; }

Callers 1

internalLaunchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected