diff --git a/docs/Fixed-size-sorters.md b/docs/Fixed-size-sorters.md index 464aaf72..b03b5757 100644 --- a/docs/Fixed-size-sorters.md +++ b/docs/Fixed-size-sorters.md @@ -103,6 +103,7 @@ All specializations of `merge_exchange_network_sorter` provide a `index_pairs() template [[nodiscard]] static constexpr auto index_pairs() -> std::array, /* Number of CEs in the network */>; +``` ### `merge_exchange_network_sorter` @@ -125,6 +126,7 @@ All specializations of `odd_even_merge_network_sorter` provide a `index_pairs() template [[nodiscard]] static constexpr auto index_pairs() -> std::array, /* Number of CEs in the network */>; +``` ### `sorting_network_sorter`