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

Function print_stream

test/include/test.hpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207template <class Stream, class T>
208void print_stream(Stream& s, const T& x)
209{
210 print_stream_impl(rank<6>{}, s, x);
211}
212
213template <class T>
214const T& get_value(const T& x)

Callers 5

test.hppFile · 0.70
print_stream_implFunction · 0.70
expressionClass · 0.70
lhs_expressionClass · 0.70
as_stringMethod · 0.70

Calls 1

print_stream_implFunction · 0.70

Tested by

no test coverage detected