HiPipe
0.7.0
C++17 data pipeline with Python bindings.
|
Classes | |
class | hipipe::index_mapper< T > |
Provides a bidirectional access from values to their indices in an std::vector. More... | |
Functions | |
template<typename Rng , typename T = ranges::range_value_t<Rng>> | |
index_mapper< T > | hipipe::make_unique_index_mapper (Rng &&rng) |
Make index mapper from unique elements of a range. More... | |
index_mapper<T> hipipe::make_unique_index_mapper | ( | Rng && | rng | ) |
Make index mapper from unique elements of a range.
Example:
rng | The range of values to be inserted. |
Definition at line 214 of file index_mapper.hpp.