TIsCompatibleRangeType

Trait testing whether a range type is compatible with the view type

Windows
MacOS
Linux

Inheritance Hierarchy

TIsSame

TIsCompatibleRangeType

References

Module

Core

Header

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

Include

#include "Containers/StringView.h"

Syntax

template<typename RangeType, typename ElementType>
struct TIsCompatibleRangeType : public TIsSame< ElementType, TRemoveCV< TRemovePointer< decltype(GetData(DeclVal< RangeType & >()))>::Type >::Type >

Remarks

Trait testing whether a range type is compatible with the view type

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