OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::util::static_indexed_visitor< R, Impl > Struct Template Reference

#include <opencv2/gapi/util/variant.hpp>

Public Types

using return_type = typename detail::visitor_return_type_deduction_helper<R>::return_type
Public Types inherited from cv::util::detail::visitor_return_type_deduction_helper< R >
using return_type = R

Public Member Functions

template<typename VariantValue, typename ... Args>
return_type operator() (std::size_t Index, VariantValue &&value, Args &&...args)
Public Member Functions inherited from cv::util::detail::visitor_return_type_deduction_helper< R >
template<typename T>
return_type operator() (T &&)

Public Attributes

friend Impl

Member Typedef Documentation

◆ return_type

template<typename R, typename Impl>
using cv::util::static_indexed_visitor< R, Impl >::return_type = typename detail::visitor_return_type_deduction_helper<R>::return_type

Member Function Documentation

◆ operator()()

template<typename R, typename Impl>
template<typename VariantValue, typename ... Args>
return_type cv::util::static_indexed_visitor< R, Impl >::operator() ( std::size_t Index,
VariantValue && value,
Args &&... args )
inline

Member Data Documentation

◆ Impl

template<typename R, typename Impl>
friend cv::util::static_indexed_visitor< R, Impl >::Impl

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