MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / EtlLogger

Method EtlLogger

IntelPresentMon/PresentMonAPIWrapper/EtlLogger.cpp:13–16  ·  view source on GitHub ↗

move ctor

Source from the content-addressed store, hash-verified

11 }
12 // move ctor
13 EtlLogger::EtlLogger(EtlLogger&& other) noexcept
14 {
15 *this = std::move(other);
16 }
17 // move assignment
18 EtlLogger& EtlLogger::operator=(EtlLogger&& rhs) noexcept
19 {

Callers

nothing calls this directly

Calls 1

pmStartEtlLoggingFunction · 0.50

Tested by

no test coverage detected