#include <opencv2/gapi/gkernel.hpp>
|
using | InArgs = std::tuple< Args... > |
|
using | OutArgs = std::tuple< R... > |
|
|
static std::tuple< R... > | on (Args... args) |
|
static constexpr const char * | tag () |
|
◆ InArgs
template<typename K , typename... R, typename... Args>
using cv::GKernelTypeM< K, std::function< std::tuple< R... >(Args...)> >::InArgs = std::tuple<Args...> |
◆ OutArgs
template<typename K , typename... R, typename... Args>
using cv::GKernelTypeM< K, std::function< std::tuple< R... >(Args...)> >::OutArgs = std::tuple<R...> |
◆ on()
template<typename K , typename... R, typename... Args>
static std::tuple< R... > cv::GKernelTypeM< K, std::function< std::tuple< R... >(Args...)> >::on |
( |
Args... |
args | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: