chunkedseq
container library for large in-memory data sets
|
[size] More...
#include <cachedmeasure.hpp>
Public Types | |
using | size_type = Size |
using | value_type = Item |
using | algebra_type = algebra::int_group_under_addition_and_negation< Weight > |
using | measured_type = typename algebra_type::value_type |
using | measure_env_type = Measure_environment |
using | measure_type = measure::weight< value_type, measured_type, measure_env_type > |
Static Public Member Functions | |
static void | swap (measured_type &x, measured_type &y) |
[weight]
Definition at line 65 of file cachedmeasure.hpp.
using pasl::data::cachedmeasure::weight< Item, Weight, Size, Measure_environment >::algebra_type = algebra::int_group_under_addition_and_negation<Weight> |
Definition at line 70 of file cachedmeasure.hpp.
using pasl::data::cachedmeasure::weight< Item, Weight, Size, Measure_environment >::measure_env_type = Measure_environment |
Definition at line 72 of file cachedmeasure.hpp.
using pasl::data::cachedmeasure::weight< Item, Weight, Size, Measure_environment >::measure_type = measure::weight<value_type, measured_type, measure_env_type> |
Definition at line 73 of file cachedmeasure.hpp.
using pasl::data::cachedmeasure::weight< Item, Weight, Size, Measure_environment >::measured_type = typename algebra_type::value_type |
Definition at line 71 of file cachedmeasure.hpp.
using pasl::data::cachedmeasure::weight< Item, Weight, Size, Measure_environment >::size_type = Size |
Definition at line 68 of file cachedmeasure.hpp.
using pasl::data::cachedmeasure::weight< Item, Weight, Size, Measure_environment >::value_type = Item |
Definition at line 69 of file cachedmeasure.hpp.
|
inlinestatic |
Definition at line 75 of file cachedmeasure.hpp.