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

#include <tpl_sort_utils.H>

Inheritance diagram for Aleph::Compare_Dnode< T, Compare >:
[legend]
Collaboration diagram for Aleph::Compare_Dnode< T, Compare >:
[legend]

Public Member Functions

 Compare_Dnode (const Compare &cmp=Compare()) noexcept(std::is_nothrow_copy_constructible_v< Compare >)
 
- Public Member Functions inherited from Aleph::Compare_Tnode< Dlink, Dnode, T, Compare >
 Compare_Tnode (Compare cmp_fct=Compare()) noexcept(std::is_nothrow_copy_constructible_v< Compare >)
 
bool operator() (Dlink *l1, Dlink *l2) const noexcept(noexcept(std::declval< const Compare & >()(std::declval< const T & >(), std::declval< const T & >())))
 
bool operator() (Dlink *l, const T &x) const noexcept(noexcept(std::declval< const Compare & >()(std::declval< const T & >(), std::declval< const T & >())))
 

Detailed Description

template<typename T, class Compare>
struct Aleph::Compare_Dnode< T, Compare >

Definition at line 486 of file tpl_sort_utils.H.

Constructor & Destructor Documentation

◆ Compare_Dnode()

template<typename T , class Compare >
Aleph::Compare_Dnode< T, Compare >::Compare_Dnode ( const Compare &  cmp = Compare())
inlinenoexcept

Definition at line 488 of file tpl_sort_utils.H.


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