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

The <concepts> header from C++20's standard library. More...

+ Collaboration diagram for type_traits:

Classes

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

Typedefs

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

Detailed Description

The <concepts> header from C++20's standard library.