SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
semiregular_box.hpp File Reference

Provides seqan3::semiregular_box. More...

#include <range/v3/utility/semiregular_box.hpp>
#include <seqan3/core/platform.hpp>
+ Include dependency graph for semiregular_box.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Typedefs

using seqan3::semiregular_box = ::ranges::semiregular_box
 Utility wrapper that behaves like std::optional but makes the type conform with the std::semiregular concept. Imported from ranges::semiregular_box. More...
 
using seqan3::semiregular_box_t = ::ranges::semiregular_box_t
 Utility transformation trait to get a wrapper type that models std::semiregular. Imported from ranges::semiregular_box_t. More...
 

Detailed Description

Provides seqan3::semiregular_box.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>