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

Method draw

test/te.cpp:833–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831 int value;
832
833 void draw(std::ostream &out) {
834 out << "Square Mutable";
835 value += 1;
836 }
837};
838
839test should_support_non_owning_storage = [] {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected