Struct InputOutputAsyncCallbackParam

Struct Documentation

struct InputOutputAsyncCallbackParam

Public Functions

InputOutputAsyncCallbackParam(InputOutputAsyncCallbackParam &&other) noexcept

Public Members

DataIndexReference<size_t> dataIndex = {*this}
OutputMapReference<ApplicationBufferMap> outputMap = {*this}
ExecuteStatusReference<bool> executeStatus = {*this}

OOOH, this will be super tricky to not have a copy every time.

ErrorMsgReference<std::string> errorMsg = {*this}
CallbackIDReference<size_t> callbackID = {*this}