OpenCV  4.10.0
开源计算机视觉库
加载中...
搜索中...
无匹配项
公共类型 | 公共成员函数 | 公共属性 | 所有成员列表
cv::util::static_visitor< R, Impl > 结构模板参考

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

cv::util::static_visitor< R, Impl > 的协作图

公共类型

using return_type = typename detail::visitor_return_type_deduction_helper< R >::return_type
 
- 从 cv::util::detail::visitor_return_type_deduction_helper< R > 继承的公共类型
using return_type = R
 

公共成员函数

template<typename VariantValue , typename ... Args>
return_type operator() (std::size_t index, VariantValue &&value, Args &&...args)
 
- 从 cv::util::detail::visitor_return_type_deduction_helper< R > 继承的公共成员函数
template<typename T >
return_type operator() (T &&)
 

公共属性

friend Impl
 

成员类型定义文档

◆ return_type

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

成员函数文档

◆ operator()()

template<typename R , typename Impl >
template<typename VariantValue , typename ... Args>
return_type cv::util::static_visitor< R, Impl >::operator() ( std::size_t  index,
VariantValue &&  value,
Args &&...  args 
)
inline
此函数的调用图如下所示

成员数据文档

◆ Impl

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

该结构的文档从以下文件生成