SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides various type traits on generic types. More...
Go to the source code of this file.
Classes | |
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... | |
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
Provides various type traits on generic types.