Navigation
API > API/Runtime > API/Runtime/Core
Describes an insertion operation for a destination type where an instance of another type can be inserted via operator<<.
| Name | CInsertable |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Concepts/Insertable.h |
| Include Path | #include "Concepts/Insertable.h" |
Syntax
template<typename DestType>
struct CInsertable
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
decltype(Dest<< Val) Requires
(
DestType Dest, |
Concepts/Insertable.h |