SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
configuration_utility.hpp File Reference

Provides various auxiliary functions with which parts of the configurations can be checked. More...

#include <array>
#include <type_traits>
#include <meta/meta.hpp>
#include <seqan3/core/configuration/detail/concept.hpp>
#include <seqan3/utility/tuple/concept.hpp>
+ Include dependency graph for configuration_utility.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::detail::is_configuration_valid< query_t, compare_types >
 Checks if a given type is compatible with a list of other types. More...
 
struct  seqan3::detail::is_same_configuration_f< query_t >
 Helper meta function to check if a template type is contained in a seqan3::configuration. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 
 seqan3::detail
 The internal SeqAn3 namespace.
 

Detailed Description

Provides various auxiliary functions with which parts of the configurations can be checked.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>