Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TStringBuilderBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include | #include "Misc/StringBuilder.h" |
Syntax
static bool TCanAppendRange_V = TIsContiguousContainer<RangeType>::Value && TCanAppend_V<decltype(*::GetData(DeclVal<RangeType>()))>;
Remarks
Whether the given range type can have its elements appended to the builder using the append operator.