MCPcopy Create free account
hub / github.com/LemLib/LemLib / str

Method str

include/fmt/format.h:1323–1323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321 auto c_str() const -> const wchar_t* { return &buffer_[0]; }
1322
1323 auto str() const -> std::wstring { return {&buffer_[0], size()}; }
1324};
1325
1326enum class to_utf8_error_policy { abort, replace };

Callers

nothing calls this directly

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected