BioC++
core-0.7.0
The Modern C++ libraries for Bioinformatics.
Loading...
Searching...
No Matches
ttag.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
16
#include <
bio/meta/type_list/type_list.hpp
>
17
18
namespace
bio::meta
19
{
20
35
template
<
typename
type,
typename
... more_types>
36
inline
constinit
type_list
<type, more_types...>
ttag
{};
37
38
}
// namespace bio::meta
bio::meta::ttag
constinit type_list< type, more_types... > ttag
A type-tag template.
Definition:
ttag.hpp:36
bio::meta
The Meta module's namespace.
bio::meta::type_list
Type that contains multiple types.
Definition:
type_list.hpp:30
type_list.hpp
Provides bio::meta::type_list.
bio
meta
tag
ttag.hpp
Generated on Thu Mar 30 2023 15:25:52 for BioC++ by
1.9.6