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

Method FixedString

CoreLib/Base/BaseString.h:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 struct FixedString : public FixedStringBase
158 {
159 inline FixedString()
160 : FixedStringBase()
161 {}
162
163 explicit FixedString(StringView str);
164 explicit FixedString(char const* str);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected