Flow
Documentation for the Flow C++ Library
Loading...
Searching...
No Matches
flow::DisjointSet< T, Allocator >::Node Struct Reference

Public Attributes

std::size_t groupId
std::size_t rank
value

Detailed Description

template<typename T, typename Allocator = PolymorphicAllocator<T>>
struct flow::DisjointSet< T, Allocator >::Node

Definition at line 11 of file flow_disjoint_set.h.

Member Data Documentation

◆ groupId

template<typename T, typename Allocator = PolymorphicAllocator<T>>
std::size_t flow::DisjointSet< T, Allocator >::Node::groupId

Definition at line 12 of file flow_disjoint_set.h.

◆ rank

template<typename T, typename Allocator = PolymorphicAllocator<T>>
std::size_t flow::DisjointSet< T, Allocator >::Node::rank

Definition at line 13 of file flow_disjoint_set.h.

◆ value

template<typename T, typename Allocator = PolymorphicAllocator<T>>
T flow::DisjointSet< T, Allocator >::Node::value

Definition at line 14 of file flow_disjoint_set.h.


The documentation for this struct was generated from the following file: