TCanAppend

Whether the given type can be appended to this builder using the append operator.

Windows
MacOS
Linux

Type

typedef TIsSame< BuilderType &, decltype(DeclVal< BuilderType & >()<< DeclVal< AppendType >())> TCanAppend

References

Module

Core

Header

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

Include

#include "Misc/StringBuilder.h"

Remarks

Whether the given type can be appended to this 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