|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Binary operation compatible with Disjoint Sparse Table queries. More...
#include <tpl_disjoint_sparse_table.H>
Binary operation compatible with Disjoint Sparse Table queries.
Requires the functor to be callable with two immutable values of type T and return a value convertible to T.
F must satisfy associativity: f(f(a, b), c) == f(a, f(b, c)). Idempotency is not required. Definition at line 116 of file tpl_disjoint_sparse_table.H.