Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
template <te::conceptify<Drawable> TDrawable>
32
void draw(TDrawable const &drawable) {
33
drawable.draw(std::cout);
34
}
35
36
int main() {
37
{
Callers
1
main
Function · 0.70
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected