|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functor returning the maximum of two values. More...
#include <tpl_sparse_table.H>
Public Member Functions | |
| constexpr T | operator() (const T &a, const T &b) const noexcept |
Functor returning the maximum of two values.
Associative and idempotent binary operation for range-maximum queries.
| T | a totally ordered type. |
Definition at line 128 of file tpl_sparse_table.H.
|
inlineconstexprnoexcept |
Definition at line 130 of file tpl_sparse_table.H.