OpenCV 4.11.0
开源计算机视觉
正在加载…
正在搜索…
无匹配项
any.hpp 文件参考
#include <memory>
#include <type_traits>
#include <typeinfo>
#include <utility>
#include <opencv2/gapi/util/throw.hpp>
any.hpp 的包含依赖关系图
此图显示了直接或间接包含此文件的文件。

类  cv::util::any
 
类  cv::util::bad_any_cast
 

命名空间

命名空间  cv
 
命名空间  cv::internal
 
命名空间  cv::util
 

函数

template<class value_t >
value_t & cv::util::any_cast (any &operand)
 
template<class value_t >
value_t * cv::util::any_cast (any *operand)
 
template<class value_t >
const value_t & cv::util::any_cast (const any &operand)
 
template<class value_t >
const value_t * cv::util::any_cast (const any *operand)
 
template<class T , class Source >
cv::internal::down_cast (Source operand)
 
template<class value_t >
value_t & cv::util::unsafe_any_cast (any &operand)
 
template<class value_t >
const value_t & cv::util::unsafe_any_cast (const any &operand)