Template Function TRAP::Utils::operator==#

Function Documentation#

template<typename Key, typename Value, usize Size, typename KeyEqual = std::equal_to<Key>>
constexpr bool TRAP::Utils::operator==(const ConstexprMap<Key, Value, Size, KeyEqual> &lhs, const ConstexprMap<Key, Value, Size, KeyEqual> &rhs)#

Compares the contents of two ConstexprMaps.

Parameters:
Returns:

true if the contents of the containers are equal, false otherwise.