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

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

Collaboration diagram for cv::util::any:

公開メンバ関数

 any ()=default
 
 any (any &&)=default
 
 any (any &src)
 
 any (any const &src)
 
template<class value_t >
 any (value_t &&arg)
 
anyoperator= (any &&)=default
 
anyoperator= (any const &src)
 

フレンド

template<class value_t >
value_t * any_cast (any *operand)
 
template<class value_t >
const value_t * any_cast (const any *operand)
 
void swap (any &lhs, any &rhs)
 
template<class value_t >
value_t & unsafe_any_cast (any &operand)
 
template<class value_t >
const value_t & unsafe_any_cast (const any &operand)
 

構築子と解体子の詳解

◆ any() [1/5]

template<class value_t >
cv::util::any::any ( value_t && arg)
inline

◆ any() [2/5]

cv::util::any::any ( any const & src)
inline

◆ any() [3/5]

cv::util::any::any ( any & src)
inline

◆ any() [4/5]

cv::util::any::any ( )
default

◆ any() [5/5]

cv::util::any::any ( any && )
default

メンバ関数詳解

◆ operator=() [1/2]

any & cv::util::any::operator= ( any && )
default

◆ operator=() [2/2]

any & cv::util::any::operator= ( any const & src)
inline

Friends And Related Symbol Documentation

◆ any_cast [1/2]

template<class value_t >
value_t * any_cast ( any * operand)
friend

◆ any_cast [2/2]

template<class value_t >
const value_t * any_cast ( const any * operand)
friend

◆ swap

void swap ( any & lhs,
any & rhs )
friend

◆ unsafe_any_cast [1/2]

template<class value_t >
value_t & unsafe_any_cast ( any & operand)
friend

◆ unsafe_any_cast [2/2]

template<class value_t >
const value_t & unsafe_any_cast ( const any & operand)
friend

このクラス詳解は次のファイルから抽出されました: