OpenCV  4.5.2
Open Source Computer Vision
Static Public Member Functions | List of all members
cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_and_postprocess< Inputs > Struct Template Reference

#include <opencv2/gapi/cpu/gcpukernel.hpp>

Static Public Member Functions

template<typename... Outputs>
static void call (Inputs &&... ins, Outputs &&... outs)
 
template<typename... Outputs>
static void call (Impl &impl, Inputs &&... ins, Outputs &&... outs)
 

Member Function Documentation

◆ call() [1/2]

template<typename Impl , typename... Ins, typename... Outs>
template<typename... Inputs>
template<typename... Outputs>
static void cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_and_postprocess< Inputs >::call ( Inputs &&...  ins,
Outputs &&...  outs 
)
inlinestatic

◆ call() [2/2]

template<typename Impl , typename... Ins, typename... Outs>
template<typename... Inputs>
template<typename... Outputs>
static void cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_and_postprocess< Inputs >::call ( Impl &  impl,
Inputs &&...  ins,
Outputs &&...  outs 
)
inlinestatic

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