Returns whether two sets differ in their elements.

Synopsis

Declared in <folly/container/F14Set.h>

template<
    typename K,
    typename H,
    typename E,
    typename A>
bool
operator!=(
    F14VectorSet<K, H, E, A> const& lhs,
    F14VectorSet<K, H, E, A> const& rhs);

Return Value

True if the sets differ in their elements.

Parameters

Name

Description

lhs

The first set to compare.

rhs

The second set to compare.

Created with MrDocs