SeqAn3
aminoacid_base.hpp File Reference

Free function/metafunction wrappers for alphabets with member functions/types. More...

#include <seqan3/alphabet/detail/alphabet_base.hpp>
#include <seqan3/alphabet/detail/convert.hpp>
#include <seqan3/alphabet/aminoacid/concept.hpp>
Include dependency graph for aminoacid_base.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::aminoacid_base< derived_type, size >
 A CRTP-base that refines seqan3::alphabet_base and is used by the amino acids. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Free function/metafunction wrappers for alphabets with member functions/types.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de> This shall not need be included manually, just include alphabet/concept.hpp.