Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ draw
Method
draw
test/te.cpp:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
using te::poly<DrawableDeclare>::poly;
79
80
void draw(std::ostream &out) const {
81
te::call([](auto const &self, auto &out) { self.draw(out); }, *this, out);
82
}
83
};
84
85
test should_erase_and_declare_call = [] {
Callers
nothing calls this directly
Calls
1
call
Function · 0.50
Tested by
no test coverage detected