#include "paal/data_structures/bimap_traits.hpp"#include "paal/data_structures/metric/basic_metrics.hpp"Go to the source code of this file.
Classes | |
| struct | paal::data_structures::read_values_tag |
| struct | paal::data_structures::read_indexes_tag |
| class | paal::data_structures::metric_on_idx< Metric, Bimap, Strategy > |
| This metric keeps inner metric and index. Given vertices are reindex and passed to inner metric. More... | |
| struct | paal::data_structures::metric_traits< metric_on_idx< Metric, Bimap, read_indexes_tag > > |
| struct | paal::data_structures::metric_traits< metric_on_idx< Metric, Bimap, read_values_tag > > |
Namespaces | |
| paal | |
| global namespace of project. | |
| paal::data_structures | |
| Data Structure namespace. | |
Functions | |
| template<typename Strategy = read_indexes_tag, typename Metric , typename Bimap > | |
| metric_on_idx< Metric, Bimap, Strategy > | paal::data_structures::make_metric_on_idx (Metric &&m, Bimap &&b) |
| make for metric_on_idx More... | |
1.8.5