SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
function.hpp File Reference

Provides various type traits for use on functions. More...

+ Include dependency graph for function.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Macros

#define SEQAN3_IS_CONSTEXPR(...)   std::integral_constant<bool, __builtin_constant_p((__VA_ARGS__, 0))>::value
 Returns true if the expression passed to this macro can be evaluated at compile time, false otherwise. More...
 

Detailed Description

Provides various type traits for use on functions.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>