MCPcopy Create free account
hub / github.com/boost-ext/te / DrawableT

Class DrawableT

test/te.cpp:474–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472
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>;
481template struct DrawableT<std::stringstream>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected