MCPcopy 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

499template <class T>
500struct 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

callFunction · 0.50

Tested by

no test coverage detected