STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Modules
Sorting and Related Operations

Sort elements in a view or perform operations on sorted sequences. More...

+ Collaboration diagram for Sorting and Related Operations:

Modules

 Sorting Operations
 Sort the elements in a view. Defined in stapl/algorithms/sorting.hpp.
 
 Permuting Operations
 Reorder the elements in a view. Defined in stapl/algorithms/sorting.hpp.
 
 Binary Search Operations
 Search the elements of a view using binary search. Defined in stapl/algorithms/sorting.hpp.
 
 Sorting Related Operations
 Algorithms related to sorting elements in views. Defined in stapl/algorithms/sorting.hpp.
 

Detailed Description

Sort elements in a view or perform operations on sorted sequences.

The sorting algorithms perform operations related to sorting or depending on sorted order. All algorithms define ordering of elements based on operator< or an optional StrictWeakOrdering function object.