SendStatusResponseCallback
Function
Defines a function object of the SendStatusResponseCallback type. It receives three parameters of the InferRequestId, Status, and StatusResponseType types and does not return a value.
Format
using SendStatusResponseCallback = std::function<void(InferRequestId, Status, StatusResponseType)>;
Parent topic: Functions