CInsertable

Describes an insertion operation for a destination type where an instance of another type can be inserted via operator<<.

Windows
MacOS
Linux

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

Name Description

Public function

auto

 

Requires

(
    DestType Dest,
    T& Val
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss