MCPcopy 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
26template<class T>
27inline std::string serializeValue(const T &value)
28{
29 std::ostringstream buffer;
30 buffer << value;
31 return buffer.str();
32}
33
34template<>
35inline std::string serializeValue<bool>(const bool &value)

Callers 1

serializePropertyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected