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

#include <opencv2/gapi/gcompoundkernel.hpp>

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: