MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / print

Function print

examples/problem.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68#if 0
69template <class T>
70void print(T) {
71 std::cout << __PRETTY_FUNCTION__ << "\n";
72}
73#endif
74
75template <class T, class Env = ex::env<>>

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected