MCPcopy 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

473template <class T>
474struct DrawableT {
475 void draw(T &out) const {
476 te::call([](auto const &self, T &out) { self.draw(out); }, *this, out);
477 }
478};
479
480template struct DrawableT<std::ostream>;

Callers

nothing calls this directly

Calls 1

callFunction · 0.50

Tested by

no test coverage detected