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

A functor that always throws when calling operator() (needed for the alignment "dummy" sequence). More...

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

Public Member Functions

template<typename chr_t >
chr_t operator() (chr_t) const
 Always throws a std::logic_error when called.
 

Detailed Description

A functor that always throws when calling operator() (needed for the alignment "dummy" sequence).


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