MCPcopy 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

29public:
30 explicit FileReader(std::istream& in) : input{in} { }
31 int read() const override final { return {}; }
32};
33
34class ConsolePrinter : public Printable {

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected