MCPcopy Create free account
hub / github.com/boost-ext/di / read

Method read

doc/cppnow-2017/example/static_polymorphism.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5template <class T>
6struct Reader {
7 int read() { return static_cast<T*>(this)->read_impl(); }
8 int read_impl() { return 0; }
9};
10

Callers 1

runMethod · 0.45

Calls 1

read_implMethod · 0.45

Tested by

no test coverage detected