OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::util::any 类参考

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

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

友元和相关符号文档

◆ 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

此类的文档是从以下文件生成的