#include <string_view>
#include <tuple>
Go to the source code of this file.
|
| #define | SEN_SL_CONSTEXPR_VAL(exp) |
| | To force compile-time evaluation of exp. NOLINTNEXTLINE.
|
| #define | SEN_PRETTY_FUNCTION_NAME __PRETTY_FUNCTION__ |
| #define | SEN_SL() |
| | Convenience macro including the source location info. NOLINTNEXTLINE(cppcoreguidelines-macro-usage).
|
◆ SEN_SL_CONSTEXPR_VAL
| #define SEN_SL_CONSTEXPR_VAL |
( |
| exp | ) |
|
Value:::sen::impl::ConstexprValue<decltype(exp), exp>::value
To force compile-time evaluation of exp. NOLINTNEXTLINE.