Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TInlineValue
Type | Name | Description | |
---|---|---|---|
![]() |
TInlineValue () |
Default construction to an empty container | |
![]() |
TInlineValue
(
T&& In |
Construction from any type relating to BaseType. | |
![]() |
TInlineValue
(
TInlineValue&& In |
Move construction/assignment | |
![]() |
TInlineValue
(
const TInlineValue& In |
Copy construction/assignment is disabled | |
![]() |
TInlineValue
(
EInPlace, |
In-place construction of BaseType from a set of arguments. |