MCPcopy Create free account
hub / github.com/boost-ext/te / Drawable

Class Drawable

example/override.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14namespace v1 {
15struct Drawable {
16 void draw(std::ostream &out) const {
17 te::call([](auto const &self, auto &&... args) { self.draw(args...); },
18 *this, out, "v1");
19 }
20};
21} // namespace v1
22
23namespace v2 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected