OpenCV  4.10.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::detail::GCompoundCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > > Struct Template Reference

#include <opencv2/gapi/gcompoundkernel.hpp>

Collaboration diagram for cv::detail::GCompoundCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >:

Static Public Member Functions

static void expand (GCompoundContext &ctx)
 
template<int... IIs, int... OIs>
static void expand_impl (GCompoundContext &ctx, detail::Seq< IIs... >, detail::Seq< OIs... >)
 

Member Function Documentation

◆ expand()

template<typename Impl , typename... Ins, typename... Outs>
static void cv::detail::GCompoundCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::expand ( GCompoundContext & ctx)
inlinestatic

◆ expand_impl()

template<typename Impl , typename... Ins, typename... Outs>
template<int... IIs, int... OIs>
static void cv::detail::GCompoundCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::expand_impl ( GCompoundContext & ctx,
detail::Seq< IIs... > ,
detail::Seq< OIs... >  )
inlinestatic

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