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

#include <opencv2/gapi/gkernel.hpp>

Static Public Member Functions

static GMetaArgs getOutMeta (const GMetaArgs &in_meta, const GArgs &in_args)
 
template<int... IIs, int... OIs>
static GMetaArgs getOutMeta_impl (const GMetaArgs &in_meta, const GArgs &in_args, detail::Seq< IIs...>, detail::Seq< OIs...>)
 

Member Function Documentation

template<typename K , typename... Ins, typename... Outs>
static GMetaArgs cv::detail::MetaHelper< K, std::tuple< Ins...>, std::tuple< Outs...> >::getOutMeta ( const GMetaArgs in_meta,
const GArgs in_args 
)
inlinestatic
template<typename K , typename... Ins, typename... Outs>
template<int... IIs, int... OIs>
static GMetaArgs cv::detail::MetaHelper< K, std::tuple< Ins...>, std::tuple< Outs...> >::getOutMeta_impl ( const GMetaArgs in_meta,
const GArgs in_args,
detail::Seq< IIs...>  ,
detail::Seq< OIs...>   
)
inlinestatic

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