|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Binary operation compatible with Sparse Table queries. More...
#include <tpl_sparse_table.H>
Binary operation compatible with 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 also satisfy the semantic laws: associativity and idempotency. Definition at line 98 of file tpl_sparse_table.H.