BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
tag.hpp
Go to the documentation of this file.
1// -----------------------------------------------------------------------------------------------------
2// Copyright (c) 2022 deCODE Genetics
3// Copyright (c) 2006-2020, Knut Reinert & Freie Universität Berlin
4// Copyright (c) 2016-2020, Knut Reinert & MPI für molekulare Genetik
5// This file may be used, modified and/or redistributed under the terms of the 3-clause BSD-License
6// shipped with this file and also available at: https://github.com/biocpp/biocpp-core/blob/main/LICENSE.md
7// -----------------------------------------------------------------------------------------------------
8
14#pragma once
15
17{
18
24struct to_rank
25{};
26
29{};
30
32struct to_char
33{};
34
37{};
38
41{};
42
44struct size
45{};
46
49{};
50
53{};
54
57{};
58
60
61} // namespace bio::alphabet::custom
A namespace for third party and standard library specialisations of BioC++ customisation points.
Definition: concept.hpp:43
Customisation tag for bio::alphabet::assign_char_to.
Definition: tag.hpp:37
Customisation tag for bio::alphabet::assign_char_to.
Definition: tag.hpp:57
Customisation tag for bio::alphabet::assign_rank_to.#.
Definition: tag.hpp:29
Customisation tag for bio::alphabet::assign_char_to.
Definition: tag.hpp:41
Customisation tag for bio::alphabet::complement.
Definition: tag.hpp:49
CPO tag definition for bio::alphabet::size.
Definition: tag.hpp:45
Customisation tag for bio::alphabet::to_char.
Definition: tag.hpp:33
Customisation tag for bio::alphabet::assign_char_to.
Definition: tag.hpp:53
Customisation tag for bio::alphabet::to_rank.
Definition: tag.hpp:25