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

Class Drawable

example/forward.cpp:15–17  ·  view source on GitHub ↗

header

Source from the content-addressed store, hash-verified

13
14// header
15struct Drawable {
16 void draw(std::ostream &out) const;
17};
18
19struct Square {
20 void draw(std::ostream &out) const { out << "Square"; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected