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

Method draw

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

Source from the content-addressed store, hash-verified

181
182struct TriangleCopyable {
183 void draw(std::ostream &out) const { out << "Triangle"; }
184};
185
186test should_support_movable_only_types = [] {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected