|
Sen API
Sen Libraries
|
#include <string_view>#include <tuple>Go to the source code of this file.
Classes | |
| struct | sen::SourceLocation |
| Represents a location in source code. More... | |
Namespaces | |
| namespace | sen |
Macros | |
| #define | SEN_SL_CONSTEXPR_VAL(exp) |
| To force compile-time evaluation of exp. NOLINTNEXTLINE. | |
| #define | SEN_SL() |
| Convenience macro including the source location info. NOLINTNEXTLINE(cppcoreguidelines-macro-usage). | |
| #define SEN_SL_CONSTEXPR_VAL | ( | exp | ) |
To force compile-time evaluation of exp. NOLINTNEXTLINE.