Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ Drawable
Method
Drawable
example/override.cpp:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
namespace v2 {
24
struct Drawable : v1::Drawable {
25
Drawable() { te::extends<v1::Drawable>(*this); }
26
};
27
} // namespace v2
28
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected