#include <testing-utils/use_catch.h>
#include <vector>
Go to the source code of this file.
|
template<class T > |
void | require_vectors_equal_unordered (const std::vector< T > &actual, const std::vector< T > &expected) |
| Checks whether two vectors are equal, ignoring ordering.
|
|
◆ require_vectors_equal_unordered()
template<class T >
void require_vectors_equal_unordered |
( |
const std::vector< T > & | actual, |
|
|
const std::vector< T > & | expected ) |
Checks whether two vectors are equal, ignoring ordering.
- Template Parameters
-
T | The type of the vector contents |
- Parameters
-
actual | The vector to check |
expected | The vector to check against |
Definition at line 20 of file require_vectors_equal_unordered.h.