Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ draw
Method
draw
test/te.cpp:475–477 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
473
template <class T>
474
struct DrawableT {
475
void draw(T &out) const {
476
te::call([](auto const &self, T &out) { self.draw(out); }, *this, out);
477
}
478
};
479
480
template struct DrawableT<std::ostream>;
Callers
nothing calls this directly
Calls
1
call
Function · 0.50
Tested by
no test coverage detected