Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TStringView
| Type | Name | Description | |
|---|---|---|---|
| int32 | Compare
(
OtherRangeType&& Other, |
Compare this view with a character range. | |
| int32 | Compare
(
TStringView< OtherCharType > Other, |
Compare this view with a string view. | |
| int32 | Compare
(
const OtherCharType* Other, |
Compare this view with a null-terminated string. |