MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / rawMemoryToString

Function rawMemoryToString

deps/Catch/catch.hpp:1566–1568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1564
1565 template<typename T>
1566 std::string rawMemoryToString( const T& object ) {
1567 return rawMemoryToString( &object, sizeof(object) );
1568 }
1569
1570 template<typename T>
1571 class IsStreamInsertable {

Callers 2

convertMethod · 0.85
convertMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected