| 313 | template <template <auto> typename V, auto i, template <auto> typename Y, |
| 314 | T t> |
| 315 | constexpr auto operator()(V<i>, Y<t>) const noexcept { |
| 316 | return tfunc::Set<Impl<ts...>, i, Y<t>>{}; |
| 317 | } |
| 318 | }; |
| 319 | }; |
| 320 | } // namespace _impl_ |
nothing calls this directly
no outgoing calls
no test coverage detected