18#ifndef PM_INDEX_MAPPER_H
19#define PM_INDEX_MAPPER_H
34struct Dummy_index_mapper {
35 friend void swap([[maybe_unused]] Dummy_index_mapper& d1, [[maybe_unused]] Dummy_index_mapper& d2)
noexcept {}
48 using Index_map = Map;
52 friend void swap(Index_mapper& mapper1, Index_mapper& mapper2)
noexcept { mapper1.map_.swap(mapper2.map_); }
Persistence matrix namespace.
Definition FieldOperators.h:18
Gudhi namespace.
Definition SimplicialComplexForAlpha.h:14