Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
template <class T>
6
struct Reader {
7
int read() { return static_cast<T*>(this)->read_impl(); }
8
int read_impl() { return 0; }
9
};
10
Callers
1
run
Method · 0.45
Calls
1
read_impl
Method · 0.45
Tested by
no test coverage detected