SeqAn3
function.hpp File Reference

Provides various metafunctions 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(...)   noexcept(seqan3::detail::is_constexpr_helper( (__VA_ARGS__, 0) ))
 Returns true if the expression passed to this macro can be evaluated at compile time, false otherwise. More...
 

Detailed Description

Provides various metafunctions for use on functions.

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