SeqAn3 3.2.0-rc.1
The Modern C++ library for sequence analysis.
seqan3::detail::as_const_fn Struct Reference

Function object for seqan3::detail::as_const. More...

#include <seqan3/alphabet/container/concatenated_sequences.hpp>

Public Member Functions

template<typename t >
operator() (t const &&arg) const
 Operator that returns rvalues as rvalues.
 
template<typename t >
t const & operator() (t const &arg) const
 Operator that returns lvalue references as lvalue-to-const-references.
 

Detailed Description

Function object for seqan3::detail::as_const.


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