|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Binary operation compatible with Segment Tree queries. More...
#include <tpl_segment_tree.H>
Binary operation compatible with Segment Tree queries.
This concept is used by Gen_Segment_Tree to constrain the binary operation passed as template parameter.
| F | Binary functor type. |
| T | Value type. |
f(a, b) must be well-formed for const T& a, const T& b.T.F must define an associative operation and the caller must provide a correct identity element where required. Definition at line 100 of file tpl_segment_tree.H.