Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
Impl::TStorageTypeDeduction< T, MaxStackAllocationSize, typename TEnableIf<(sizeof(FInlineDataStorage< T >)<=MaxStackAllocationSize)>::Type > Struct Template Reference

Public Types

typedef FInlineDataStorage< TType
 

Detailed Description

template<typename T, uint32 MaxStackAllocationSize>
struct Impl::TStorageTypeDeduction< T, MaxStackAllocationSize, typename TEnableIf<(sizeof(FInlineDataStorage< T >)<=MaxStackAllocationSize)>::Type >

Definition at line 69 of file ExpressionParserTypes.inl.

Member Typedef Documentation

◆ Type

template<typename T , uint32 MaxStackAllocationSize>
typedef FInlineDataStorage<T> Impl::TStorageTypeDeduction< T, MaxStackAllocationSize, typename TEnableIf<(sizeof(FInlineDataStorage< T >)<=MaxStackAllocationSize)>::Type >::Type

Definition at line 70 of file ExpressionParserTypes.inl.


The documentation for this struct was generated from the following file: