MCPcopy Create free account
hub / github.com/ThePhD/sol2 / stringable

Class stringable

tests/run_time/source/operators.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63 struct stringable {
64 static const void* last_print_ptr;
65 };
66 const void* stringable::last_print_ptr = nullptr;
67
68 std::ostream& operator<<(std::ostream& ostr, const stringable& o) {

Callers 1

operators.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected