MCPcopy Create free account
hub / github.com/boostorg/pfr / my_io

Function my_io

example/sample_printing.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51// Definition:
52template <class T>
53auto my_io(const T& value) {
54 return detail::io_reference<T>{value};
55}
56
57} // namespace my_ns
58//] [/pfr_sample_printing]

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected