MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / rawMemoryToString

Function rawMemoryToString

extern/catch/catch.hpp:2110–2112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2108
2109template <typename T>
2110std::string rawMemoryToString(const T& object) {
2111 return rawMemoryToString(&object, sizeof(object));
2112}
2113
2114template <typename T>
2115class IsStreamInsertable {

Callers 2

convertMethod · 0.85
convertMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected