Provides various metafunctions for use on functions. More...
#include <seqan3/core/platform.hpp>
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... | |
Provides various metafunctions for use on functions.