MCPcopy Create free account
hub / github.com/cinemast/libjson-rpc-cpp / rawMemoryToString

Function rawMemoryToString

src/catch2/catch.hpp:1557–1559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1555
1556 template<typename T>
1557 std::string rawMemoryToString( const T& object ) {
1558 return rawMemoryToString( &object, sizeof(object) );
1559 }
1560
1561 template<typename T>
1562 class IsStreamInsertable {

Callers 2

convertMethod · 0.85
convertMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected