SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::weakly_ordered_with_< T > Struct Template Reference

'Callable' helper class that is invokable by meta::invoke.Returns a 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 a std::true_type if the type is comparable via <,<=,>,>= to T.


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