Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TValueOrError< ValueType, ErrorType > Member List

This is the complete list of members for TValueOrError< ValueType, ErrorType >, including all inherited members.

GetError() &TValueOrError< ValueType, ErrorType >inline
GetError() const &TValueOrError< ValueType, ErrorType >inline
GetError() &&TValueOrError< ValueType, ErrorType >inline
GetValue() &TValueOrError< ValueType, ErrorType >inline
GetValue() const &TValueOrError< ValueType, ErrorType >inline
GetValue() &&TValueOrError< ValueType, ErrorType >inline
HasError() constTValueOrError< ValueType, ErrorType >inline
HasValue() constTValueOrError< ValueType, ErrorType >inline
IsValid() constTValueOrError< ValueType, ErrorType >inline
StealError()TValueOrError< ValueType, ErrorType >inline
StealValue()TValueOrError< ValueType, ErrorType >inline
TryGetError()TValueOrError< ValueType, ErrorType >inline
TryGetError() constTValueOrError< ValueType, ErrorType >inline
TryGetValue()TValueOrError< ValueType, ErrorType >inline
TryGetValue() constTValueOrError< ValueType, ErrorType >inline
TValueOrError(TValueOrError_ValueProxy< ArgTypes... > &&Proxy, TIntegerSequence< uint32, ArgIndices... >)TValueOrError< ValueType, ErrorType >inlineprivate
TValueOrError(TValueOrError_ErrorProxy< ArgTypes... > &&Proxy, TIntegerSequence< uint32, ArgIndices... >)TValueOrError< ValueType, ErrorType >inlineprivate
TValueOrError(TValueOrError_ValueProxy< ArgTypes... > &&Proxy)TValueOrError< ValueType, ErrorType >inline
TValueOrError(TValueOrError_ErrorProxy< ArgTypes... > &&Proxy)TValueOrError< ValueType, ErrorType >inline
VariantTValueOrError< ValueType, ErrorType >private