TCanAppendRange

Whether the given range type can have its elements appended to the builder using the append operator.

Windows
MacOS
Linux

Type

typedef TAnd< TIsContiguousContainer< RangeType >, TCanAppend< decltype(*::GetData< RangeType >()))>> TCanAppendRange

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h

Include

#include "Misc/StringBuilder.h"

Remarks

Whether the given range type can have its elements appended to the builder using the append operator.

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