|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <tpl_sort_utils.H>
Public Member Functions | |
| Compare_Tnode (Compare cmp_fct=Compare()) noexcept(std::is_nothrow_copy_constructible_v< Compare >) | |
| bool | operator() (Tlink *l1, Tlink *l2) const noexcept(noexcept(std::declval< const Compare & >()(std::declval< const T & >(), std::declval< const T & >()))) |
| bool | operator() (Tlink *l, const T &x) const noexcept(noexcept(std::declval< const Compare & >()(std::declval< const T & >(), std::declval< const T & >()))) |
Private Attributes | |
| Compare | cmp |
Definition at line 452 of file tpl_sort_utils.H.
|
inlinenoexcept |
Definition at line 457 of file tpl_sort_utils.H.
|
inlinenoexcept |
Definition at line 474 of file tpl_sort_utils.H.
References Aleph::Compare_Tnode< Tlink, Tnode, T, Compare >::cmp, l, and Aleph::maps().
|
inlinenoexcept |
Definition at line 462 of file tpl_sort_utils.H.
References Aleph::Compare_Tnode< Tlink, Tnode, T, Compare >::cmp, and Aleph::maps().
|
private |
Definition at line 454 of file tpl_sort_utils.H.
Referenced by Aleph::Compare_Tnode< Tlink, Tnode, T, Compare >::operator()(), and Aleph::Compare_Tnode< Tlink, Tnode, T, Compare >::operator()().