GetRequestsCallback
Function
Defines the function object type GetRequestsCallback. The return value is std::shared_ptr<InferRequest>.
Format
using GetRequestsCallback = std::function<std::vector<std::shared_ptr<InferRequest>>()>;
Parent topic: Functions