Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ Triangle
Class
Triangle
example/container.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
};
28
29
struct Triangle {
30
void draw(std::ostream &out) const { out <<
"Triangle"
; }
31
};
32
33
int main() {
34
std::vector<te::poly<Drawable>> drawables{};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected