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

Function quote_string

src/include/migraphx/stringutils.hpp:192–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192inline std::string quote_string(const std::string& str) { return "\"" + str + "\""; }
193
194template <class Iterator>
195inline std::string to_string_range(Iterator start, Iterator last, const char* delim = ", ")

Callers 2

execFunction · 0.85
compile_hip_srcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected