MCPcopy Create free account
hub / github.com/WallBreaker2/op / set_out

Function set_out

libop/window/WindowProcess.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace {
18
19template <typename Target, typename Value> void set_out(Target *target, Value value) {
20 if (target)
21 *target = static_cast<Target>(value);
22}
23
24void append_process_id(std::wstring &result, DWORD pid) {
25 if (!result.empty())

Callers 1

RunAppMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected