This commit is contained in:
@@ -62,7 +62,8 @@ namespace ArbUt {
|
||||
/// @brief Copy operator
|
||||
/// @param other Other StringView
|
||||
StringView(const StringView& other) noexcept : BasicStringView(other._length, other._hash), _str(other._str) {}
|
||||
/// @brief Special constructor of stringview, specifically designed for use of conversion from StringViewLiteral to StringView.
|
||||
/// @brief Special constructor of stringview, specifically designed for use of conversion from StringViewLiteral
|
||||
/// to StringView.
|
||||
/// @param other Other StringView
|
||||
/// @param c A null-terminated C string.
|
||||
/// @param length The length of the C string.
|
||||
|
||||
Reference in New Issue
Block a user