OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::util::copy_through_move_t< T > 構造体テンプレート

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

Collaboration diagram for 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

この構造体詳解は次のファイルから抽出されました: