Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
interval_trees::fenwick::BinaryPlus< T > Struct Template Reference

#include <fenwick.h>

List of all members.

Static Public Member Functions

static T operation (const T &x, const T &y)

Detailed Description

template<typename T>
struct interval_trees::fenwick::BinaryPlus< T >

Fenwick operation for sums


Member Function Documentation

template<typename T >
static T interval_trees::fenwick::BinaryPlus< T >::operation ( const T &  x,
const T &  y 
) [inline, static]

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines