SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::view_equality_fn Struct Reference

Comparator that is able two compare two views. More...

#include <seqan3/io/sam_file/detail/cigar.hpp>

Public Member Functions

template<std::ranges::forward_range rng1_type, std::ranges::forward_range rng2_type>
constexpr bool operator() (rng1_type &&rng1, rng2_type &&rng2) const
 Compares to ranges by delegating to std::ranges::equal.
 

Detailed Description

Comparator that is able two compare two views.


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