SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
Type Traits

Provides various type traits and their shortcuts. More...

+ Collaboration diagram for Type Traits:

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...
 

Detailed Description

Provides various type traits and their shortcuts.

See also
Utility