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

#include <opencv2/gapi/gtype_traits.hpp>

Collaboration diagram for cv::detail::WrapValue< T, Custom >:

静的公開メンバ関数

static auto wrap (const T &t) -> typename std::remove_reference< T >::type
 
template<typename U >
static U wrap_in (const U &u)
 
template<typename U >
static U * wrap_out (U &u)
 

メンバ関数詳解

◆ wrap()

template<typename T , class Custom = void>
static auto cv::detail::WrapValue< T, Custom >::wrap ( const T & t) -> typename std::remove_reference<T>::type
inlinestatic

◆ wrap_in()

template<typename T , class Custom = void>
template<typename U >
static U cv::detail::WrapValue< T, Custom >::wrap_in ( const U & u)
inlinestatic

◆ wrap_out()

template<typename T , class Custom = void>
template<typename U >
static U * cv::detail::WrapValue< T, Custom >::wrap_out ( U & u)
inlinestatic

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