Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ ErrorCode
Method
ErrorCode
IntelPresentMon/CommonUtilities/log/ErrorCode.h:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
friend void serialize(Archive& ar, ErrorCode& c);
30
public:
31
ErrorCode() = default;
32
template<IsErrorCodeCompatible T>
33
ErrorCode(const T& code)
34
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected