Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ rawMemoryToString
Function
rawMemoryToString
test/expected/catch.hpp:1539–1541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1537
1538
template<typename T>
1539
std::string rawMemoryToString( const T& object ) {
1540
return rawMemoryToString( &object, sizeof(object) );
1541
}
1542
1543
template<typename T>
1544
class IsStreamInsertable {
Callers
2
convert
Method · 0.85
convert
Method · 0.85
Calls
1
str
Method · 0.80
Tested by
no test coverage detected