cluster_linearize::swap

Swap two SetInfo objects.

Synopsis

Declared in <cluster_linearize.h>

void
swap(
    SetInfo& a,
    SetInfo& b) noexcept;

Parameters

NameDescription
aThe first object to swap.
bThe second object to swap.