Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ rawMemoryToString
Function
rawMemoryToString
compiler/cpp/tests/catch/catch.hpp:1663–1665 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1661
1662
template<typename T>
1663
inline std::string rawMemoryToString( const T& object ) {
1664
return rawMemoryToString( &object, sizeof(object) );
1665
}
1666
1667
} // end namespace Detail
1668
Callers
2
convert
Method · 0.85
convert
Method · 0.85
Calls
1
str
Method · 0.80
Tested by
no test coverage detected