SeqAn3
basic.hpp File Reference

Provides various metafunctions on generic types. More...

#include <type_traits>
#include <range/v3/utility/iterator_traits.hpp>
#include <range/v3/range_traits.hpp>
#include <seqan3/core/platform.hpp>
Include dependency graph for basic.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

template<typename t >
using seqan3::remove_cvref_t = std::remove_cv_t< std::remove_reference_t< t > >
 Return the input type with const, volatile and references removed [Type metafunction]. More...
 

Detailed Description

Provides various metafunctions on generic types.

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