Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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:
52
template <class T>
53
auto my_io(const T& value) {
54
return detail::io_reference<T>{value};
55
}
56
57
} // namespace my_ns
58
//] [/pfr_sample_printing]
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected