TIsCharRange

Trait testing whether a type is a contiguous range of CharType, and not CharType[].

Windows
MacOS
Linux

Type

typedef TAnd< TIsContiguousContainer< CharRangeType >, TNot< TIsArray< typename TRemoveReference< CharRangeType >::Type >>, TIsSame< ElementType, typename TRemoveCV< typename TRemovePointer< decltype(StringViewPrivate::WrapGetData< CharRangeType & >()))>::Type >::Type >> TIsCharRange

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/StringView.h

Include

#include "Containers/StringView.h"

Remarks

Trait testing whether a type is a contiguous range of CharType, and not CharType[].

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss