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

Function main

example/forward.cpp:35–38  ·  view source on GitHub ↗

usage

Source from the content-addressed store, hash-verified

33
34// usage
35int main() {
36 draw(Circle{}); // prints Circle
37 draw(Square{}); // prints Square
38}

Callers

nothing calls this directly

Calls 1

drawFunction · 0.70

Tested by

no test coverage detected