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

Class Circle

example/concepts.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27struct Circle {
28 void draw(std::ostream &out) const { out << "Circle"; }
29};
30
31template <te::conceptify<Drawable> TDrawable>
32void draw(TDrawable const &drawable) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected