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

Method FixedString

OsiInterface/DivBaseTypes.h:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 struct FixedString
61 {
62 inline FixedString()
63 : Str(nullptr)
64 {}
65
66 inline FixedString(char const * s)
67 : Str(s)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected