MCPcopy Create free account
hub / github.com/cirquit/trdrop / rawMemoryToString

Function rawMemoryToString

ext/catch.hpp:1618–1620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1616
1617 template<typename T>
1618 inline std::string rawMemoryToString( const T& object ) {
1619 return rawMemoryToString( &object, sizeof(object) );
1620 }
1621
1622} // end namespace Detail
1623

Callers 2

convertMethod · 0.85
convertMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected