MCPcopy Create free account
hub / github.com/RenderKit/embree / rawMemoryToString

Function rawMemoryToString

tutorials/external/catch.hpp:1231–1233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229
1230 template<typename T>
1231 std::string rawMemoryToString( const T& object ) {
1232 return rawMemoryToString( &object, sizeof(object) );
1233 }
1234
1235 template<typename T>
1236 class IsStreamInsertable {

Callers 2

convertMethod · 0.85
convertMethod · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected