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

Provides seqan3::tuple_like. More...

+ Include dependency graph for concept.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::detail::models_strict_totally_ordered< state_t, element_t >
 Helper type trait function to check for std::totally_ordered on all elements of the given tuple type. More...
 
struct  seqan3::detail::tuple_type_list< tuple_t >
 Transformation trait to expose the tuple element types as seqan3::type_list. More...
 

Namespaces

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

Typedefs

template<detail::tuple_size tuple_t>
using seqan3::detail::tuple_type_list_t = typename tuple_type_list< tuple_t >::type
 Helper type for seqan3::detail::tuple_type_list. More...
 

Detailed Description

Provides seqan3::tuple_like.

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