OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::detail::has_custom_wrap< T > 結構體模板參考

#include <opencv2/gapi/gtype_traits.hpp>

cv::detail::has_custom_wrap< T > 的協作圖

類  check
 

公共型別

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

靜態公共成員函式

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

靜態公共屬性

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

成員 Typedef 文件

◆ 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

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