Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
InlineValue.h File Reference
+ Include dependency graph for InlineValue.h:

Go to the source code of this file.

Classes

class  TInlineValue< BaseType, DesiredMaxInlineSize, DefaultAlignment >
 

Functions

template<typename BaseType , typename UserType , uint8 MaxInlineSize = 64, uint8 DefaultAlignment = 8, typename... ArgsType>
TInlineValue< BaseType, MaxInlineSize, DefaultAlignmentMakeInlineValue (ArgsType... Args)
 

Function Documentation

◆ MakeInlineValue()

template<typename BaseType , typename UserType , uint8 MaxInlineSize = 64, uint8 DefaultAlignment = 8, typename... ArgsType>
TInlineValue< BaseType, MaxInlineSize, DefaultAlignment > MakeInlineValue ( ArgsType... Args)

Construct a new TInlineValue<BaseType> from the specified user type, and arguments

Definition at line 245 of file InlineValue.h.