MCPcopy Create free account
hub / github.com/Profactor/cv-plot / rawMemoryToString

Function rawMemoryToString

CvPlot/ext/catch2/inc/catch.hpp:1536–1538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1534
1535 template<typename T>
1536 std::string rawMemoryToString( const T& object ) {
1537 return rawMemoryToString( &object, sizeof(object) );
1538 }
1539
1540 template<typename T>
1541 class IsStreamInsertable {

Callers 2

convertMethod · 0.85
convertMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected