Go to the source code of this file.
|
template<typename Iterator , typename Compare > |
JPH_NAMESPACE_BEGIN void | InsertionSort (Iterator inBegin, Iterator inEnd, Compare inCompare) |
| Implementation of the insertion sort algorithm. More...
|
|
template<typename Iterator > |
void | InsertionSort (Iterator inBegin, Iterator inEnd) |
| Implementation of insertion sort algorithm without comparator. More...
|
|
◆ InsertionSort() [1/2]
template<typename Iterator >
void InsertionSort |
( |
Iterator |
inBegin, |
|
|
Iterator |
inEnd |
|
) |
| |
|
inline |
Implementation of insertion sort algorithm without comparator.
◆ InsertionSort() [2/2]
template<typename Iterator , typename Compare >
Implementation of the insertion sort algorithm.