Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ read
Method
read
doc/bloomberg-2018/example/no_raw_pointers.cpp:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
public:
30
explicit FileReader(std::istream& in) : input{in} { }
31
int read() const override final { return {}; }
32
};
33
34
class ConsolePrinter : public Printable {
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected