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

Class Triangle

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

Source from the content-addressed store, hash-verified

54};
55
56struct Triangle {
57 void draw(std::ostream &out) const { out << "Triangle"; }
58};
59
60test should_erase_the_call = [] {
61 te::poly<Drawable> drawable{Square{}};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected