MCPcopy Create free account
hub / github.com/Norbyte/bg3se / FixedStringUnhashed

Method FixedStringUnhashed

CoreLib/Base/BaseString.h:224–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 struct FixedStringUnhashed : public FixedStringBase
223 {
224 inline FixedStringUnhashed()
225 : FixedStringBase()
226 {}
227
228 explicit FixedStringUnhashed(StringView str);
229 explicit FixedStringUnhashed(char const* str);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected