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

Class CircleEmpty

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

Source from the content-addressed store, hash-verified

885};
886
887struct CircleEmpty : Circle {
888 int empty() { return 2; }
889};
890
891struct SquareEmpty : Square {
892 int empty() { return 3; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected