OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
未找到匹配项
cv::detail::WrapValue< T, Custom > 结构模板参考

#include <opencv2/gapi/gtype_traits.hpp>

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
内联静态

◆ wrap_in()

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

◆ wrap_out()

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

此结构的文档是从以下文件生成的: