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

Method draw

example/unified.cpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38struct Square {
39 void draw(std::ostream &out) const { out << "Member Square"; }
40};
41
42struct Circle {};

Callers 2

DrawableClass · 0.45
drawFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected