OpenCV 4.13.0
Open Source Computer Vision
Loading...
Searching...
No Matches
any.hpp File Reference
#include <memory>
#include <type_traits>
#include <typeinfo>
#include <utility>
#include <opencv2/gapi/util/throw.hpp>
Include dependency graph for any.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  cv::util::any
class  cv::util::bad_any_cast

Namespaces

namespace  cv
namespace  cv::internal
namespace  cv::util

Functions

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)