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

Class Empty

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected