OpenCV 4.12.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::util::type_list_element< Index, Types > Struct Template Reference

#include <opencv2/gapi/util/variant.hpp>

Collaboration diagram for cv::util::type_list_element< Index, Types >:

Public Types

using type = typename std::tuple_element<Index, std::tuple<Types...> >::type
 

Member Typedef Documentation

◆ type

template<std::size_t Index, class... Types>
using cv::util::type_list_element< Index, Types >::type = typename std::tuple_element<Index, std::tuple<Types...> >::type

The documentation for this struct was generated from the following file: