MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXPT / HexString

Function HexString

Rtxpt/SampleCommon/SampleCommon.cpp:794–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792}
793
794std::string HexString(unsigned int value)
795{
796 return std::format("{:08x}", value);
797}
798
799std::string StripNonAsciiAlnum(const std::string & input)
800{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected