Home
last modified time | relevance | path

Searched defs:number_equal_indexes_impl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dmulti_index_utility.hpp150 struct number_equal_indexes_impl < std::tuple<itype,itypes_left...>, std::tuple<itypes_right...>> struct
152 using tuple_right = std::tuple<itypes_right...>;
153 using has_index_type = has_index<itype, tuple_right>;
155 static constexpr bool is_index_zero = itype::value==0ul;
156 static constexpr bool has_index_value = has_index_type::value && !is_index_zero;
158 using next_type = number_equal_indexes_impl< std::tuple<itypes_left...>, tuple_right >;
159 static constexpr unsigned v = has_index_value ? 1 : 0;
160 static constexpr unsigned value = v + next_type::value;