SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Definition of the range adaptor object type for seqan3::views::async_input_buffer. More...
#include <seqan3/io/views/async_input_buffer.hpp>
Public Member Functions | |
constexpr auto | operator() (size_t const buffer_size) const |
Store the argument and return a range adaptor closure object. | |
template<std::ranges::range urng_t> | |
constexpr auto | operator() (urng_t &&urange, size_t const buffer_size) const |
Directly return an instance of the view, initialised with the given parameters. | |
Definition of the range adaptor object type for seqan3::views::async_input_buffer.
|
no-apiinlineconstexpr |
Directly return an instance of the view, initialised with the given parameters.
[in] | urange | The underlying range. |
[in] | buffer_size | The frame that should be used for translation. |