Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
convert
Method · 0.85
convert
Method · 0.85
Calls
1
str
Method · 0.45
Tested by
no test coverage detected