SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
core_language.hpp File Reference

Provides concepts for core language types and relations that don't have concepts in C++20 (yet). More...

#include <type_traits>
#include <seqan3/core/platform.hpp>
#include <seqan3/std/concepts>
+ Include dependency graph for core_language.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides concepts for core language types and relations that don't have concepts in C++20 (yet).

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>