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

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