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

Method Empty

IntelPresentMon/CommonUtilities/log/ErrorCode.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 std::optional{ std::get<int64_t>(integral_) } : std::nullopt;
38 }
39 bool ErrorCode::Empty() const
40 {
41 return std::holds_alternative<std::monostate>(integral_);
42 }
43 bool ErrorCode::Resolve(const IErrorCodeResolver& resolver)
44 {
45 if (!Empty() && HasTypeInfo()) {

Callers 3

ComputeMetricsForPresentFunction · 0.45
EnqueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected