MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / rawMemoryToString

Function rawMemoryToString

Bcore/src/main/cpp/Dobby/tests/catch.hpp:778–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776std::string rawMemoryToString(const void *object, std::size_t size);
777
778template <typename T> std::string rawMemoryToString(const T &object) {
779 return rawMemoryToString(&object, sizeof(object));
780}
781
782template <typename T> class IsStreamInsertable {
783 template <typename SS, typename TT>

Callers 2

convertMethod · 0.85
convertMethod · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected