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

Method empty

test/te.cpp:884–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882struct Empty {
883 void draw(std::ostream &out) const { out << "Empty"; }
884 int empty() { return 1; }
885};
886
887struct CircleEmpty : Circle {

Callers 1

te.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected