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

Method draw

test/te.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 using te::poly<DrawableDeclare, te::local_storage<16>>::poly;
126
127 void draw(std::ostream &out) const {
128 te::call([](auto const &self, auto &out) { self.draw(out); }, *this, out);
129 }
130};
131
132test should_erase_and_declare_with_custom_storage_call = [] {

Callers

nothing calls this directly

Calls 1

callFunction · 0.50

Tested by

no test coverage detected