OpenCV  4.0.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 "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

§ getOutMeta()

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

§ getOutMeta_impl()

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: