MCPcopy Create free account
hub / github.com/apache/thrift / rawMemoryToString

Function rawMemoryToString

compiler/cpp/tests/catch/catch.hpp:1663–1665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1661
1662 template<typename T>
1663 inline std::string rawMemoryToString( const T& object ) {
1664 return rawMemoryToString( &object, sizeof(object) );
1665 }
1666
1667} // end namespace Detail
1668

Callers 2

convertMethod · 0.85
convertMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected