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

Method draw

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

Source from the content-addressed store, hash-verified

177 ~SquareNoncopyable() noexcept = default;
178
179 void draw(std::ostream &out) const { out << "Square"; }
180};
181
182struct TriangleCopyable {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected