MCPcopy 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
17template <typename T>
18T read_one(std::istream& s) {
19 T value;
20 s >> value;
21 return value;
22}
23
24int main() {
25 std::stringstream s;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected