Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audeering/opensmile
/ rawMemoryToString
Function
rawMemoryToString
progsrc/include/tests/catch2/catch.hpp:1563–1565 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1561
1562
template<typename T>
1563
std::string rawMemoryToString( const T& object ) {
1564
return rawMemoryToString( &object, sizeof(object) );
1565
}
1566
1567
template<typename T>
1568
class IsStreamInsertable {
Callers
2
convert
Method · 0.85
convert
Method · 0.85
Calls
1
str
Method · 0.80
Tested by
no test coverage detected