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

Method to_string

examples/source/lua_value.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 std::string to_string() const {
17 return "int_entry(" + std::to_string(value) + ")";
18 }
19
20 bool operator==(const int_entry& e) const {
21 return value == e.value;

Callers 2

has_to_string_testClass · 0.45
member_default_to_stringFunction · 0.45

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected