MCPcopy Create free account
hub / github.com/aenu1/aps3e / to_string

Method to_string

app/src/main/cpp/rpcs3/Utilities/Config.h:421–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419 }
420
421 std::string to_string() const override
422 {
423 std::string result;
424 if (try_to_string(&result, m_value))
425 {
426 return result;
427 }
428
429 return "0.0";
430 }
431
432 std::string def_to_string() const override
433 {

Callers

nothing calls this directly

Calls 1

try_to_stringFunction · 0.85

Tested by

no test coverage detected