| 290 | } |
| 291 | template <template <auto> typename V, auto i> |
| 292 | constexpr auto operator[](V<i>) const noexcept { |
| 293 | return tfunc::Get<Tuple<xs...>, i>{}; |
| 294 | } |
| 295 | template <template <auto> typename V, auto i, template <auto> typename Y, |
| 296 | auto y> |
| 297 | constexpr auto operator()(V<i>, Y<y>) const noexcept { |
nothing calls this directly
no outgoing calls
no test coverage detected