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:Namespaces | |
| std | |
| SeqAn specific customisations in the standard namespace. | |
Typedefs | |
| template<typename t > | |
| using | std::remove_cvref_t = typename remove_cvref< t >::type |
Return the input type with const, volatile and references removed (transformation_trait shortcut). More... | |
| template<typename t > | |
| using | std::type_identity_t = typename type_identity< t >::type |
| A shortcut for std::type_identity. | |
Provides C++20 additions to the type_traits header.