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>
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... | |
Provides various metafunctions on generic types.