Monado OpenXR Runtime
xrt_future_result Struct Reference

The (future) result of an asynchronous operation. More...

#include <xrt/xrt_future.h>

Collaboration diagram for xrt_future_result:

Public Member Functions

 XRT_ALIGNAS (8) xrt_result_t result
 The error/ok status of a completed asynchronous operation. More...
 

Data Fields

struct xrt_future_value value
 The result value of a successfully completed asynchronous operation. More...
 

Detailed Description

The (future) result of an asynchronous operation.

See also
xrt_future::get_result, xrt_future::complete

Member Function Documentation

◆ XRT_ALIGNAS()

xrt_future_result::XRT_ALIGNAS ( )

The error/ok status of a completed asynchronous operation.

Field Documentation

◆ value

struct xrt_future_value xrt_future_result::value

The result value of a successfully completed asynchronous operation.

See also
xrt_future_value_make

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