Bolt
1.3
C++ template library with support for OpenCL
|
Returns the sorted result of all the elements in input. More...
#include <bolt/amp/bolt.h>
#include <bolt/amp/functional.h>
#include <string>
#include <iostream>
#include <bolt/amp/detail/sort.inl>
Go to the source code of this file.
Namespaces | |
namespace | bolt |
Defining namespace for the Bolt project. | |
namespace | bolt::amp |
Namespace containing AMP related data types and functions. | |
Functions | |
template<typename RandomAccessIterator > | |
void | bolt::amp::sort (bolt::amp::control &ctl, RandomAccessIterator first, RandomAccessIterator last) |
template<typename RandomAccessIterator > | |
void | bolt::amp::sort (RandomAccessIterator first, RandomAccessIterator last) |
template<typename RandomAccessIterator , typename StrictWeakOrdering > | |
void | bolt::amp::sort (bolt::amp::control &ctl, RandomAccessIterator first, RandomAccessIterator last, StrictWeakOrdering comp) |
template<typename RandomAccessIterator , typename StrictWeakOrdering > | |
void | bolt::amp::sort (RandomAccessIterator first, RandomAccessIterator last, StrictWeakOrdering comp) |
Returns the sorted result of all the elements in input.