TIsCharRangeNotCArray

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

Windows
MacOS
Linux

Type

typedef TAnd< TIsContiguousContainer< CharRangeType >, TNot< TIsArray< typename TRemoveReference< CharRangeType >::Type >>, TIsRangeOfCharType< CharRangeType >> TIsCharRangeNotCArray

References

Module

Core

Header

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

Include

#include "Containers/UnrealString.h"

Remarks

Trait testing whether a type is a contiguous range of characters, 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