OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::util::static_indexed_visitor< R, Impl > 結構體模板參考

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

cv::util::static_indexed_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
 

成員 Typedef 文件

◆ 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

成員函式文件

◆ 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 && ,
Args &&... args )
inline
此函式的呼叫圖如下

成員資料文件

◆ Impl

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

此結構體的文件由以下檔案生成