OpenCV  4.10.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
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

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