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