Template Function ioh::common::compare_vector

Function Documentation

template<typename T>
bool ioh::common::compare_vector(const std::vector<T> &v1, const std::vector<T> &v2)

bool compare_vector(std::vector<valueType> &v1, std::vector<valueType> v2)

Return ‘true’ if all elements in two vectors are the same.