| 1014 | |
| 1015 | template <class _Continuation = __q<__mlist>> |
| 1016 | struct __msort |
| 1017 | { |
| 1018 | template <class... _Ts> |
| 1019 | using __f = __detail::__msort_apply<_Continuation, |
| 1020 | __detail::__msort_impl(std::array{__mtypeid<_Ts>...})>::__t; |
| 1021 | }; |
| 1022 | } // namespace STDEXEC |
| 1023 | |
| 1024 | #include "__epilogue.hpp" |
nothing calls this directly
no test coverage detected