SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Provides various type traits and their shortcuts. More...
Classes | |
struct | seqan3::function_traits< std::function< return_t(args_t...)> > |
A traits class to provide a uniform interface to the properties of a function type. More... | |
struct | seqan3::is_constexpr_default_constructible< t > |
Whether a type std::is_default_constructible in constexpr -context (unary_type_trait specialisation). More... | |
struct | seqan3::remove_rvalue_reference< t > |
Return the input type with && removed, but lvalue references preserved. More... | |
interface | transformation_trait |
Concept for a transformation trait. More... | |
interface | unary_type_trait |
Concept for a unary traits type. More... | |
Provides various type traits and their shortcuts.