![]() |
OpenCV 4.12.0
开源计算机视觉
|
#include <opencv2/gapi/util/variant.hpp>
公共类型 | |
| using | return_type = typename detail::visitor_return_type_deduction_helper<R>::return_type |
从 cv::util::detail::visitor_return_type_deduction_helper< R > 继承的公共类型 | |
| using | return_type = R |
公共成员函数 | |
| template<typename VariantValue , typename ... Args> | |
| return_type | operator() (std::size_t Index, VariantValue &&value, Args &&...args) |
从 cv::util::detail::visitor_return_type_deduction_helper< R > 继承的公共成员函数 | |
| template<typename T > | |
| return_type | operator() (T &&) |
公共属性 | |
| friend | Impl |
| using cv::util::static_indexed_visitor< R, Impl >::return_type = typename detail::visitor_return_type_deduction_helper<R>::return_type |
|
inline |
| friend cv::util::static_indexed_visitor< R, Impl >::Impl |