Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TStringBuilderBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include | #include "Misc/StringBuilder.h" |
Syntax
static TCanAppend_V = std::is_same_v<BuilderType&, decltype(DeclVal<BuilderType&>() << DeclVal<AppendType>())>;
Remarks
Whether the given type can be appended to this builder using the append operator.