MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / rawMemoryToString

Function rawMemoryToString

test/catch.hpp:1887–1890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1885
1886template<typename T>
1887std::string rawMemoryToString(const T& object)
1888{
1889 return rawMemoryToString(&object, sizeof(object));
1890}
1891
1892template<typename T>
1893class IsStreamInsertable

Callers 2

convertMethod · 0.85
convertMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected