Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::DefaultMonoid< T > Struct Template Reference

Default (no-op) monoid for connectivity-only usage. More...

#include <tpl_link_cut_tree.H>

Static Public Member Functions

static constexpr T identity () noexcept
 
static constexpr T combine (const T &, const T &b) noexcept
 

Detailed Description

template<typename T>
struct Aleph::DefaultMonoid< T >

Default (no-op) monoid for connectivity-only usage.

Definition at line 128 of file tpl_link_cut_tree.H.

Member Function Documentation

◆ combine()

template<typename T >
static constexpr T Aleph::DefaultMonoid< T >::combine ( const T ,
const T b 
)
inlinestaticconstexprnoexcept

Definition at line 131 of file tpl_link_cut_tree.H.

◆ identity()

template<typename T >
static constexpr T Aleph::DefaultMonoid< T >::identity ( )
inlinestaticconstexprnoexcept

Definition at line 130 of file tpl_link_cut_tree.H.


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