SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
iterator.hpp File Reference

Provides various transformation traits for use on iterators. More...

#include <iterator>
#include <type_traits>
#include <seqan3/core/platform.hpp>
#include <seqan3/core/type_traits/pre.hpp>
#include <seqan3/std/iterator>
+ Include dependency graph for iterator.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::difference_type< it_t >
 Exposes the difference_type of another type. More...
 
struct  seqan3::iterator_tag< it_t >
 Exposes the iterator_category from the modelled concept. More...
 
struct  seqan3::reference< it_t >
 Exposes the reference type of another type. More...
 
struct  seqan3::rvalue_reference< it_t >
 Exposes the rvalue_reference type of another type. More...
 
struct  seqan3::size_type< it_t >
 Exposes the size_type of another type. More...
 
struct  seqan3::value_type< it_t >
 Exposes the value_type of another type. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Typedefs

template<typename it_t >
using seqan3::iterator_tag_t = typename iterator_tag< it_t >::type
 Return the iterator_category type of the input type (transformation_trait shortcut). More...
 

Detailed Description

Provides various transformation traits for use on iterators.

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