SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
concept.hpp File Reference

Provides seqan3::tuple_like. More...

+ Include dependency graph for utility/tuple/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::tuple_type_list< tuple_t >
 Transformation trait to expose the tuple element types as seqan3::type_list. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
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.
 

Functions

template<typename... elements_t>
constexpr auto seqan3::detail::all_elements_model_totally_ordered (seqan3::type_list< elements_t... >) -> std::bool_constant<(std::totally_ordered< elements_t > &&... &&true)>
 Helper type function to check for std::totally_ordered on all elements of the given tuple type.
 

Detailed Description

Provides seqan3::tuple_like.

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