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

Method Empty

IntelPresentMon/PresentMonAPIWrapper/FrameQuery.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 bool FrameQuery::Empty() const
83 {
84 return hQuery_ == nullptr;
85 }
86
87 FrameQuery::operator bool() const { return !Empty(); }
88

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected