 |
LeviLamina
|
Loading...
Searching...
No Matches
3#include "ll/api/base/CompilerPredefine.h"
5#define LL_VA_EXPAND(...) __VA_ARGS__
9#define LLAPI [[maybe_unused]] LL_SHARED_EXPORT
11#define LLAPI [[maybe_unused]] LL_SHARED_IMPORT
16#define LLCAPI extern "C" LLAPI
20#define LLNDAPI [[nodiscard]] LLAPI
23#ifndef LL_MAY_CONSTEXPR
25#define LL_MAY_CONSTEXPR inline
27#define LL_MAY_CONSTEXPR constexpr
32#ifdef __INTELLISENSE__
33#define LL_UNIQUE_TYPE decltype((nullptr))
35#define LL_UNIQUE_TYPE decltype(([] {}))