Loading...
Searching...
No Matches
cv::util::detail::type_list_index_helper< I, Target, First, Remaining > Struct Template Reference
#include <opencv2/gapi/util/variant.hpp>
Static Public Attributes | |
| static const constexpr bool | is_same = std::is_same<Target, First>::value |
| static const constexpr std::size_t | value |
Member Data Documentation
◆ is_same
template<std::size_t I, typename Target , typename First , typename... Remaining>
|
staticconstexpr |
◆ value
template<std::size_t I, typename Target , typename First , typename... Remaining>
|
staticconstexpr |
Initial value:
=
std::conditional<is_same, std::integral_constant<std::size_t, I>, type_list_index_helper<I + 1, Target, Remaining...>>::type::value
The documentation for this struct was generated from the following file:
- opencv2/gapi/util/variant.hpp
1.9.6