OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配项
公共成员函数 | 公共属性 | 所有成员列表
cv::util::copy_through_move_t< T > 结构模板参考

#include <opencv2/gapi/util/copy_through_move.hpp>

cv::util::copy_through_move_t< T > 的协作图

公共成员函数

 copy_through_move_t (copy_through_move_t &&)=default
 
 copy_through_move_t (copy_through_move_t const &lhs)
 
 copy_through_move_t (T &&g)
 
T & get ()
 
const T & get () const
 

公共属性

value
 

构造函数和析构函数文档

◆ copy_through_move_t() [1/3]

template<typename T >
cv::util::copy_through_move_t< T >::copy_through_move_t ( T &&  g)
inline

◆ copy_through_move_t() [2/3]

template<typename T >
cv::util::copy_through_move_t< T >::copy_through_move_t ( copy_through_move_t< T > &&  )
default

◆ copy_through_move_t() [3/3]

template<typename T >
cv::util::copy_through_move_t< T >::copy_through_move_t ( copy_through_move_t< T > const &  lhs)
inline

成员函数文档

◆ get() [1/2]

template<typename T >
T & cv::util::copy_through_move_t< T >::get ( )
inline

◆ get() [2/2]

template<typename T >
const T & cv::util::copy_through_move_t< T >::get ( ) const
inline

成员数据文档

◆ value

template<typename T >
T cv::util::copy_through_move_t< T >::value

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