OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Types | List of all members
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: