Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ serializeValue
Function
serializeValue
IPL/src/IPLProcessProperty.cpp:27–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
template<class T>
27
inline std::string serializeValue(const T &value)
28
{
29
std::ostringstream buffer;
30
buffer << value;
31
return buffer.str();
32
}
33
34
template<>
35
inline std::string serializeValue<bool>(const bool &value)
Callers
1
serializeProperty
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected