Template Function sgpl::impl::transpose_window

Function Documentation

template<typename RandomIt, typename WindowDisplacementGenerator>
std::tuple<RandomIt, RandomIt, RandomIt> sgpl::impl::transpose_window(const RandomIt genome_first, const RandomIt genome_last, const RandomIt window_first, const RandomIt window_last, const WindowDisplacementGenerator &window_displacement_generator)