21 Static(
const char*
const AData) noexcept;
27 int Length(
void)
const noexcept
override;
32 #include "StaticString.inl"
int Length(void) const noexceptoverride
Get the number of characters in the contained string. The definition of character may change in deriv...
A string pointing to unchanging data in the stack above it or the data segment. Must have UTF-8 encod...
A basic char contained string.
Static() noexcept
Construct an empty static string.
Static & operator=(Static &&AMove) noexcept=default
See Default Constructors and Destructor.