MCPcopy Create free account
hub / github.com/boostorg/compute / sort

Function sort

include/boost/compute/algorithm/sort.hpp:170–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168/// \see is_sorted()
169template<class Iterator, class Compare>
170inline void sort(Iterator first,
171 Iterator last,
172 Compare compare,
173 command_queue &queue = system::default_queue())
174{
175 ::boost::compute::detail::dispatch_sort(first, last, compare, queue);
176}
177
178/// \overload
179template<class Iterator>

Callers 15

mainFunction · 0.85
mainFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
test_sort.cppFile · 0.85
CHECK_RANGE_EQUALFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
mainFunction · 0.85

Calls 1

dispatch_sortFunction · 0.85

Tested by 7

BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
CHECK_RANGE_EQUALFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68