Swap two SetInfo objects.

Synopsis

Declared in <cluster_linearize.h>

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

Parameters

Name

Description

a

The first object to swap.

b

The second object to swap.

Created with MrDocs