TIsTCharRangeNotCArray

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

Windows
MacOS
Linux

Type

typedef TAnd< TIsContiguousContainer< CharRangeType >, TNot< TIsArray< typename TRemoveReference< CharRangeType >::Type >>, TIsRangeOfTCHAR< CharRangeType >> TIsTCharRangeNotCArray

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 TCHAR, and not TCHAR[].

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