Swaps the contents with another set.

Synopsis

Declared in <folly/container/F14Set.h>

void
swap(F14FastSet& rhs) noexcept(Super::Policy::kSwapIsNoexcept);

Parameters

Name

Description

rhs

The set to swap with.

Created with MrDocs