Provides bio::ranges::dictionary. More...
#include <array>
#include <concepts>
#include <initializer_list>
#include <ranges>
#include <type_traits>
#include <unordered_map>
#include <bio/meta/concept/core_language.hpp>
#include <bio/meta/detail/int_types.hpp>
#include <bio/meta/tag/vtag.hpp>
#include <bio/ranges/detail/random_access_iterator.hpp>
Go to the source code of this file.
Classes | |
class | bio::ranges::dictionary< key_t, mapped_t, mapped_t_is_context_aware > |
An associative container with contiguous, predictable storage. More... | |
Namespaces | |
namespace | bio |
The main BioC++ namespace. | |
namespace | bio::ranges |
The ranges module's namespace. | |
Provides bio::ranges::dictionary.