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

Method draw

test/te.cpp:869–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867#if (__cpp_concepts)
868struct DrawableConcept {
869 void draw(std::ostream &out) const {
870 te::call([](auto const &self,
871 auto &out) -> decltype(self.draw(out)) { self.draw(out); },
872 *this, out);
873 }
874
875 auto empty() {
876 return te::call<int>(

Callers

nothing calls this directly

Calls 1

callFunction · 0.50

Tested by

no test coverage detected