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

Provides C++20 additions to the type_traits header. More...

#include <type_traits>
+ Include dependency graph for type_traits:
+ This graph shows which files directly or indirectly include this file:

Classes

struct  std::type_identity< t >
 The identity transformation (a transformation_trait that returns the input).
 

Namespaces

 std
 SeqAn specific customisations in the standard namespace.
 

Typedefs

template<typename t >
using std::type_identity_t = typename type_identity< t >::type
 A shortcut for std::type_identity.
 

Detailed Description

Provides C++20 additions to the type_traits header.

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