OpenCV
4.8.0
Open Source Computer Vision
|
#include <opencv2/gapi/util/variant.hpp>
Public Types | |
using | return_type = typename detail::visitor_return_type_deduction_helper< R >::return_type |
Public Types inherited from cv::util::detail::visitor_return_type_deduction_helper< R > | |
using | return_type = R |
Public Member Functions | |
template<typename VariantValue , typename ... Args> | |
return_type | operator() (std::size_t Index, VariantValue &&value, Args &&...args) |
Public Member Functions inherited from cv::util::detail::visitor_return_type_deduction_helper< R > | |
template<typename T > | |
return_type | operator() (T &&) |
Public Attributes | |
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 |