|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <tpl_sort_utils.H>
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 & >()))) |
Definition at line 486 of file tpl_sort_utils.H.
|
inlinenoexcept |
Definition at line 488 of file tpl_sort_utils.H.