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

Method to_string

tests/run_time/source/operators.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 static const void* last_print_ptr;
97
98 std::string to_string() const {
99 member_stringable::last_print_ptr = static_cast<const void*>(this);
100 return "{ member_stringable, to_string! }";
101 }
102 };
103 const void* member_stringable::last_print_ptr = nullptr;
104} // namespace sol2_test_operators

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected