MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / as_string

Method as_string

test/include/test.hpp:345–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343
344template <class T>
345std::string as_string(const T& x)
346{
347 std::stringstream ss;
348 print_stream(ss, x);
349 return ss.str();
350}
351
352template <class F>
353auto make_function(const std::string& name, F f)

Callers

nothing calls this directly

Calls 2

print_streamFunction · 0.70
strMethod · 0.45

Tested by

no test coverage detected