nw::Resref
-
struct Resref
nw::Resrefnames a resource.Public Types
-
using size_type = size_t
Public Functions
-
Resref()
-
Resref(const char *string) noexcept
-
Resref(StringView string) noexcept
-
bool empty() const noexcept
Checks if the underlying array has no non-null characters.
-
size_type length() const noexcept
Returns the number of char elements in the array, excluding nulls.
-
String string() const
Creates
Stringof underlying array.
-
StringView view() const noexcept
Creates
StringViewof underlying array without null padding.
-
using size_type = size_t