#include <opencv2/gapi/util/any.hpp>
◆ 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]
◆ 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 |
The documentation for this class was generated from the following file: