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

Function draw

example/concepts.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31template <te::conceptify<Drawable> TDrawable>
32void draw(TDrawable const &drawable) {
33 drawable.draw(std::cout);
34}
35
36int main() {
37 {

Callers 1

mainFunction · 0.70

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected