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

Class TriangleCopyable

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

Source from the content-addressed store, hash-verified

180};
181
182struct TriangleCopyable {
183 void draw(std::ostream &out) const { out << "Triangle"; }
184};
185
186test should_support_movable_only_types = [] {
187 te::poly<Drawable> drawable = CircleNoncopyable{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected