MCPcopy 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

23namespace v2 {
24struct 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