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

Function stream_write_value_impl

src/include/migraphx/streamutils.hpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66template <class T>
67auto stream_write_value_impl(rank<1>, std::ostream& os, const T& x) -> decltype(os << x, void())
68{
69 os << x;
70}
71
72template <class T>
73auto stream_write_value_impl(rank<1>, std::ostream& os, const optional<T>& x)

Callers 1

stream_write_valueFunction · 0.85

Calls 4

stream_rangeFunction · 0.85
reflect_eachFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected