Sen API
Sen Libraries
Loading...
Searching...
No Matches
source_location.h File Reference
#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).

Macro Definition Documentation

◆ 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.