MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / value_string

Function value_string

deps/GraphBLAS/CUDA/jitify.hpp:738–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736
737template <typename T>
738inline std::string value_string(const T& x) {
739 std::stringstream ss;
740 ss << x;
741 return ss.str();
742}
743// WAR for non-printable characters
744template <>
745inline std::string value_string<char>(const char& x) {

Callers 1

reflectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected