SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
range.hpp File Reference

Provides seqan3::debug_stream and related types. More...

+ Include dependency graph for range.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 

Concepts

concept  seqan3::detail::debug_stream_range_guard
 A helper concept definition for ranges that can be streamed to the seqan3::debug_stream.
 

Variables

template<std::ranges::range rng_t, typename char_t >
constexpr bool seqan3::detail::reference_type_is_streamable_v = false
 Helper template variable that checks if the reference type of a range can be streamed into an instance of seqan3::debug_stream_type .
 

Detailed Description

Provides seqan3::debug_stream and related types.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>
Hide me