SeqAn3  3.1.0-rc.1
The Modern C++ library for sequence analysis.
seqan3::detail::weakly_ordered_with_< T > Struct Template Reference

'Callable' helper class that is invokable by meta::invoke. Returns an std::true_type if the type is comparable via <,<=,>,>= to T. More...

#include <seqan3/alphabet/composite/detail.hpp>

Public Types

template<typename type >
using invoke = std::integral_constant< bool, weakly_ordered_with< type, T > >
 The returned type when invoked.
 

Detailed Description

template<typename T>
struct seqan3::detail::weakly_ordered_with_< T >

'Callable' helper class that is invokable by meta::invoke. Returns an std::true_type if the type is comparable via <,<=,>,>= to T.


The documentation for this struct was generated from the following file: