SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::detail::adl_only::assign_char_strictly_to_fn Struct Reference

Functor definition for seqan3::assign_char_strictly_to. More...

#include <seqan3/alphabet/concept.hpp>

Public Member Functions

template<typename alph_t >
auto operator() (seqan3::alphabet_char_t< alph_t > const r, alph_t &&a) const
 Operator overload for rvalues.
 
template<typename alph_t >
decltype(auto) operator() (seqan3::alphabet_char_t< alph_t > const r, alph_t &a) const
 Operator overload for lvalues.
 

Detailed Description

Functor definition for seqan3::assign_char_strictly_to.


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