SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::single_pass_input_view< urng_t >::state Struct Reference

An internal state to capture the underlying range and a cached iterator. More...

Public Attributes

urng_iterator_type cached_urng_iter = std::ranges::begin(urng)
 The cached iterator of the underlying range.
 
urng_t urng
 The underlying range.
 

Detailed Description

template<std::ranges::view urng_t>
struct seqan3::detail::single_pass_input_view< urng_t >::state

An internal state to capture the underlying range and a cached iterator.


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