OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
cv::detail::ExtractArgsCallback Struct Reference

#include <opencv2/gapi/garg.hpp>

Collaboration diagram for cv::detail::ExtractArgsCallback:

Public Types

using CallBackT = std::function< cv::GRunArgs(const cv::GTypesInfo &info)>
 

Public Member Functions

cv::GRunArgs operator() (const cv::GTypesInfo &info) const
 

Public Attributes

CallBackT c
 

Member Typedef Documentation

◆ CallBackT

Member Function Documentation

◆ operator()()

cv::GRunArgs cv::detail::ExtractArgsCallback::operator() ( const cv::GTypesInfo info) const
inline

Member Data Documentation

◆ c

CallBackT cv::detail::ExtractArgsCallback::c

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