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

Method draw

example/storage.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24struct Circle {
25 void draw(std::ostream &out) const { out << "Circle"; }
26};
27
28using drawable_t = te::poly<Drawable, te::local_storage<16>>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected