Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ draw
Method
draw
test/te.cpp:501–503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
499
template <class T>
500
struct DrawableI {
501
auto draw(T &out) const {
502
te::call([](auto const &self, T &out) { self.draw(out); }, *this, out);
503
}
504
505
template <class U>
506
auto requires__() -> decltype(&U::draw);
Callers
nothing calls this directly
Calls
1
call
Function · 0.50
Tested by
no test coverage detected