SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
alphabet_proxy.hpp File Reference

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

+ Include dependency graph for alphabet_proxy.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::alphabet_proxy< derived_type, alphabet_type >
 A CRTP-base that eases the definition of proxy types returned in place of regular alphabets. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Free function/type trait 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.