OpenCV  4.10.0
开源计算机视觉库
正在加载...
正在搜索...
没有匹配项
| 公共类型 | 静态公共成员函数 | 静态公共属性 | 所有成员列表
cv::detail::has_custom_wrap< T > 结构模板参考

#include <opencv2/gapi/gtype_traits.hpp>

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

此结构的文档由以下文件生成