Navigation
Unreal Engine C++ API Reference > 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 | |
---|---|---|---|
![]() |
auto | Requires
(
DestType Dest, |