SpiecsEngine
 
Loading...
Searching...
No Matches

◆ to_string() [3/3]

std::string std::to_string ( GFSDK_Aftermath_Result result)
inline

Convert GFSDK_Aftermath_Result to string.

Parameters
[in]resultGFSDK_Aftermath_Result.
Returns
Returns converted string.

Definition at line 39 of file NsightAftermathHelpers.h.

40 {
41 return std::string("0x") + to_hex_string(static_cast<uint32_t>(result));
42 }
std::string to_hex_string(T n)
Convert T to hex string.