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

Function with_char

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

Source from the content-addressed store, hash-verified

40
41template <class F>
42auto with_char(F f)
43{
44 return [=](unsigned char c) -> bool { return f(c); };
45}
46
47inline void
48replace_string_inplace(std::string& subject, const std::string& search, const std::string& replace)

Callers 4

generate_point_opMethod · 0.85
to_c_idFunction · 0.85
point_opMethod · 0.85
point_opMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected