Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online > API/Plugins/OnlineServicesInterface/Online/TResult
| Type | Name | Description | |
|---|---|---|---|
TResult () |
|||
TResult
(
const SuccessType& OkValue |
Construct a result with an Ok value | ||
TResult
(
SuccessType&& OkValue |
Construct a result with an Ok value | ||
TResult
(
const ErrorType& ErrValue |
Construct a result with an error value | ||
TResult
(
ErrorType&& ErrValue |
Construct a result with an error value | ||
| Copy construct a result of the same type | |||
| Move construct a result |