MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / rawMemoryToString

Function rawMemoryToString

unittests/catch.hpp:752–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750
751 template<typename T>
752 std::string rawMemoryToString( const T& object ) {
753 return rawMemoryToString( &object, sizeof(object) );
754 }
755
756 template<typename T>
757 class IsStreamInsertable {

Callers 2

convertMethod · 0.85
convertMethod · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected