MCPcopy Create free account
hub / github.com/baldurk/renderdoc / DoStringise

Function DoStringise

renderdoccmd/renderdoccmd.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45// either for invalid values or for when a new enum is added and the code isn't updated
46template <>
47rdcstr DoStringise(const uint32_t &el)
48{
49 std::ostringstream oss;
50 oss << el;
51 return conv(oss.str());
52}
53
54inline std::ostream &operator<<(std::ostream &os, rdcstr const &str)
55{

Callers

nothing calls this directly

Calls 2

convFunction · 0.70
strMethod · 0.45

Tested by

no test coverage detected