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

Function draw

test/te.cpp:896–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894
895template <class TDrawable>
896requires te::conceptify<TDrawable, DrawableConcept> void draw(
897 TDrawable const &drawable, std::ostream &out) {
898 drawable.draw(out);
899}
900
901test should_support_erasing_using_concepts = [] {
902 {

Callers 1

te.cppFile · 0.70

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected