Functions | |
template<typename T> | |
bool | isSorted (T *nodes, unsigned int sz) |
template<typename T> | |
bool | isSorted (const std::vector< T > &nodes) |
template<typename T> | |
bool | isUniqueAndSorted (T *nodes, unsigned int sz) |
template<typename T> | |
bool | isUniqueAndSorted (const std::vector< T > &nodes) |
|
Definition at line 28 of file testUtils.txx. |
|
Definition at line 16 of file testUtils.txx. |
|
Definition at line 52 of file testUtils.txx. |
|
Definition at line 40 of file testUtils.txx. |