MCPcopy 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

convertMethod · 0.85
convertMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected