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

Functor definition for seqan3::assign_char_to. More...

#include <seqan3/alphabet/concept.hpp>

Public Member Functions

template<typename alph_t >
constexpr alph_t operator() (seqan3::alphabet_char_t< alph_t > const r, alph_t &&a) const noexcept
 Operator definition.
 

Static Public Member Functions

template<typename t , typename ... arg_ts>
static constexpr decltype(auto) impl (seqan3::detail::priority_tag< 0 >, [[maybe_unused]] t &&v, [[maybe_unused]] arg_ts &&... args) noexcept(noexcept((v.assign_char(args...)))) requires requires(seqan3
 A customisation point overload.
 
template<typename t , typename ... arg_ts>
static constexpr decltype(auto) impl (seqan3::detail::priority_tag< 1 >, [[maybe_unused]] t &&v, [[maybe_unused]] arg_ts &&... args) noexcept(noexcept((assign_char_to(args..., v)))) requires requires(seqan3
 A customisation point overload.
 
template<typename t , typename ... arg_ts>
static constexpr decltype(auto) impl (seqan3::detail::priority_tag< 2 >, [[maybe_unused]] t &&v, [[maybe_unused]] arg_ts &&... args) noexcept(noexcept((seqan3::custom::alphabet< decltype(v)>::assign_char_to(args..., v)))) requires requires(seqan3
 A customisation point overload.
 

Detailed Description

Functor definition for seqan3::assign_char_to.


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