🤖
AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
#include <opencv2/gapi/gtype_traits.hpp>
|
| 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 >
◆ wrap_out()
template<typename T , class Custom = void>
template<typename U >
この構造体詳解は次のファイルから抽出されました: