Scroll to navigation

__gnu_parallel::split_consistently(3) Library Functions Manual __gnu_parallel::split_consistently(3)

NAME

__gnu_parallel::split_consistently -

Split consistently.

SYNOPSIS

Detailed Description

template<bool exact, typename RandomAccessIterator, typename Comparator, typename SortingPlacesIterator> struct __gnu_parallel::split_consistently< exact, RandomAccessIterator, Comparator, SortingPlacesIterator >

Split consistently.

Definition at line 122 of file multiway_mergesort.h.

Author

Generated automatically by Doxygen for libstdc++ from the source code.

19 Jun 2018 libstdc++