|
SDSL 3.0.3
Succinct Data Structure Library
|
inv_perm_support.hpp contains a class which adds access to the inverse of a permutation. More...
#include <algorithm>#include <iosfwd>#include <stdint.h>#include <string>#include <utility>#include <sdsl/bits.hpp>#include <sdsl/cereal.hpp>#include <sdsl/int_vector.hpp>#include <sdsl/iterators.hpp>#include <sdsl/structure_tree.hpp>#include <sdsl/util.hpp>Go to the source code of this file.
Classes | |
| class | sdsl::inv_perm_support< t_s, t_bv, t_rank > |
| Class inv_perm_support adds access to the inverse of a permutation. More... | |
Namespaces | |
| namespace | sdsl |
| Namespace for the succinct data structure library. | |
inv_perm_support.hpp contains a class which adds access to the inverse of a permutation.
Definition in file inv_perm_support.hpp.