Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/hana
/ read_one
Function
read_one
example/extend.cpp:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
template <typename T>
18
T read_one(std::istream& s) {
19
T value;
20
s >> value;
21
return value;
22
}
23
24
int main() {
25
std::stringstream s;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected