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

Method Empty

IntelPresentMon/PresentMonAPIWrapper/BlobContainer.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 bool BlobContainer::Empty() const
106 {
107 return (bool)pBlobArrayBytes_;
108 }
109
110 BlobContainer:: operator bool() const { return !Empty(); }
111

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected