SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
std::hash< alphabet_t > Struct Template Reference

Struct for hashing a character. More...

#include <seqan3/alphabet/detail/hash.hpp>

Public Member Functions

size_t operator() (alphabet_t const character) const noexcept
 Compute the hash for a character. More...
 

Detailed Description

template<typename alphabet_t>
struct std::hash< alphabet_t >

Struct for hashing a character.

Template Parameters
alphabet_tThe type of character to hash; Must model seqan3::Semialphabet.

The documentation for this struct was generated from the following file: