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

公共屬性

 

建構函式 & 解構函式文件

◆ 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

此結構體的文件是從以下檔案生成的