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

Method Empty

IntelPresentMon/PresentMonAPIWrapper/DynamicQuery.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 bool DynamicQuery::Empty() const
113 {
114 return hQuery_ == nullptr;
115 }
116
117 DynamicQuery::operator bool() const { return !Empty(); }
118

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected