| 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 { |
| 298 | return tfunc::Set<Tuple<xs...>, i, Y<y>>{}; |
| 299 | } |
| 300 | }; |
| 301 | |
| 302 | namespace _impl_ { |
nothing calls this directly
no outgoing calls
no test coverage detected