operator!=#
Fully qualified name: carb::container::operator!=
Defined in carb/container/RobinHoodImpl.h
-
template<typename Traits1, typename Traits2>
bool carb::container::operator!=(
)# Inequality operator.
Checks for inequality between two containers.
- Parameters:
lhs – The first container.
rhs – The second container.
- Returns:
trueif the containers are not equal, that is, the second container is not a permutation of the first.