MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / rawMemoryToString

Function rawMemoryToString

tests/catch.hpp:1221–1223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1219
1220 template<typename T>
1221 std::string rawMemoryToString( const T& object ) {
1222 return rawMemoryToString( &object, sizeof(object) );
1223 }
1224
1225 template<typename T>
1226 class IsStreamInsertable {

Callers 2

convertMethod · 0.85
convertMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected