|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Binary operation compatible with Fenwick tree group functors. More...
#include <tpl_fenwick_tree.H>
Binary operation compatible with Fenwick tree group functors.
Requires the functor to be callable with two (logically) immutable values of type T and return a value convertible to T. The functor itself is also required to be callable through a const reference, matching usage from const member functions in Gen_Fenwick_Tree.
Definition at line 103 of file tpl_fenwick_tree.H.