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

#include <opencv2/gapi/gtype_traits.hpp>

Collaboration diagram for cv::detail::has_custom_wrap< T >:

クラス

class  check
 

公開型

using type = decltype(test<T>(nullptr))
 

静的公開メンバ関数

template<typename C >
static std::false_type test (...)
 
template<typename C >
static std::true_type test (check< C, decltype(&GTypeTraits< C >::wrap_value)> *)
 

静的公開変数類

static const constexpr bool value = std::is_same<std::true_type, decltype(test<T>(nullptr))>::value
 

型定義メンバ詳解

◆ type

template<class T >
using cv::detail::has_custom_wrap< T >::type = decltype(test<T>(nullptr))

メンバ関数詳解

◆ test() [1/2]

template<class T >
template<typename C >
static std::false_type cv::detail::has_custom_wrap< T >::test ( ...)
static

◆ test() [2/2]

template<class T >
template<typename C >
static std::true_type cv::detail::has_custom_wrap< T >::test ( check< C, decltype(&GTypeTraits< C >::wrap_value)> * )
static

メンバ変数詳解

◆ value

template<class T >
const constexpr bool cv::detail::has_custom_wrap< T >::value = std::is_same<std::true_type, decltype(test<T>(nullptr))>::value
staticconstexpr

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