Skip to content

UF_elem::UF_elem

Copy constructor

Synopsis

Declared in <support/union_find.h>

UF_elem(UF_elem const& other);

Parameters

Name

Description

other

The object to copy construct from

Created with MrDocs