OpenCV  4.1.0
Open Source Computer Vision
Public Member Functions | Friends | List of all members
cv::GComputationT< std::tuple< R...>(Args...)>::GCompiledT Class Reference

#include <opencv2/gapi/gtyped.hpp>

Public Member Functions

 GCompiledT ()
 
 operator bool () const
 
void operator() (detail::ProtoToParamT< Args >...inArgs, detail::ProtoToParamT< R > &...outArgs)
 

Friends

class GComputationT< std::tuple< R...>Args...)>
 

Constructor & Destructor Documentation

template<typename... R, typename... Args>
cv::GComputationT< std::tuple< R...>(Args...)>::GCompiledT::GCompiledT ( )
inline

Member Function Documentation

template<typename... R, typename... Args>
cv::GComputationT< std::tuple< R...>(Args...)>::GCompiledT::operator bool ( ) const
inlineexplicit
template<typename... R, typename... Args>
void cv::GComputationT< std::tuple< R...>(Args...)>::GCompiledT::operator() ( detail::ProtoToParamT< Args >...  inArgs,
detail::ProtoToParamT< R > &...  outArgs 
)
inline

Friends And Related Function Documentation

template<typename... R, typename... Args>
friend class GComputationT< std::tuple< R...>Args...)>
friend

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