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