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

Provides bio::alphabet::nucleotide. More...

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

Go to the source code of this file.

Concepts

concept  bio::alphabet::nucleotide
 A concept that indicates whether an alphabet represents nucleotides.
 

Namespaces

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

Variables

Function objects (Nucleotide)
constexpr auto bio::alphabet::complement
 Return the complement of a nucleotide object.
 

Detailed Description

Provides bio::alphabet::nucleotide.

Author
Hannes Hauswedell <hannes.hauswedell AT decode.is>
Jörg Winkler <j.winkler AT fu-berlin.de>