OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::util::static_indexed_visitor< R, Impl > 構造体テンプレート

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

Collaboration diagram for cv::util::static_indexed_visitor< R, Impl >:

公開型

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
 

公開メンバ関数

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 &&)
 

公開変数類

friend Impl
 

型定義メンバ詳解

◆ 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 && value,
Args &&... args )
inline
この関数の呼び出しグラフ:

メンバ変数詳解

◆ Impl

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

この構造体詳解は次のファイルから抽出されました: