HIBF 1.0.0-rc.1
All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules Pages Concepts
concepts.hpp
1// SPDX-FileCopyrightText: 2006-2025, Knut Reinert & Freie Universität Berlin
2// SPDX-FileCopyrightText: 2016-2025, Knut Reinert & MPI für molekulare Genetik
3// SPDX-License-Identifier: BSD-3-Clause
4
5#pragma once
6
7#include <type_traits> // for is_base_of_v
8
9#include <cereal/details/helpers.hpp> // for OutputArchiveBase, InputArchiveBase, BinaryInputArchive, BinaryOutputA...
10#include <cereal/details/traits.hpp> // for TextArchive
11
12#include <hibf/platform.hpp>
13
14namespace seqan::hibf
15{
16
17template <typename t>
19
20template <typename t>
22
23template <typename t>
25
26template <typename t>
28
29} // namespace seqan::hibf
Definition concepts.hpp:24
Definition concepts.hpp:21
Definition concepts.hpp:18
Definition concepts.hpp:27
T is_base_of_v
Provides platform and dependency checks.