BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
base.hpp File Reference

Provides bio::alphabet::base. More...

#include <cassert>
#include <concepts>
#include <type_traits>
#include <bio/alphabet/concept.hpp>
#include <bio/meta/detail/int_types.hpp>
+ Include dependency graph for base.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bio::alphabet::base< derived_type, size, char_t >
 A CRTP-base that makes defining a custom alphabet easier. More...
 
class  bio::alphabet::base< derived_type, 1ul, char_t >
 Specialisation of bio::alphabet::base for alphabets of size 1. More...
 

Namespaces

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::alphabet
 The alphabet module's namespace.
 

Detailed Description

Provides bio::alphabet::base.

Author
Hannes Hauswedell <hannes.hauswedell AT decode.is>