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

Min-op on DepthEntry: compares by depth. More...

Public Member Functions

constexpr DepthEntry operator() (const DepthEntry &a, const DepthEntry &b) const noexcept
 

Detailed Description

template<typename T, class Comp>
struct Aleph::Gen_Euler_Tour_LCA< T, Comp >::DepthMinOp

Min-op on DepthEntry: compares by depth.

Definition at line 531 of file tpl_cartesian_tree.H.

Member Function Documentation

◆ operator()()

template<typename T , class Comp >
constexpr DepthEntry Aleph::Gen_Euler_Tour_LCA< T, Comp >::DepthMinOp::operator() ( const DepthEntry a,
const DepthEntry b 
) const
inlineconstexprnoexcept

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