nw::GffLabel
-
struct GffLabel
Public Types
Public Functions
-
GffLabel()
-
GffLabel(const char *string) noexcept
-
GffLabel(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.
Public Static Attributes
-
static constexpr size_t max_size = 16
-
GffLabel()