#include <type_traits>
Go to the source code of this file.
◆ SOURCEPP_BITFLAGS_ENUM
| #define SOURCEPP_BITFLAGS_ENUM |
( |
| Enum | ) |
|
Defines bitwise operators for an enum or enum class.
Definition at line 26 of file Macros.h.
◆ SOURCEPP_CONCAT
| #define SOURCEPP_CONCAT |
( |
| a, |
|
|
| b ) |
Value:
#define SOURCEPP_CONCAT_DETAIL(a, b)
Definition at line 7 of file Macros.h.
◆ SOURCEPP_CONCAT_DETAIL
| #define SOURCEPP_CONCAT_DETAIL |
( |
| a, |
|
|
| b ) |
Value:
Definition at line 6 of file Macros.h.
◆ SOURCEPP_DEBUG_BREAK
| #define SOURCEPP_DEBUG_BREAK |
Create a breakpoint in debug.
Definition at line 19 of file Macros.h.
◆ SOURCEPP_UNIQUE_NAME
| #define SOURCEPP_UNIQUE_NAME |
( |
| base | ) |
|
Value:
#define SOURCEPP_CONCAT(a, b)
Adds the current line number to the given base.
Definition at line 23 of file Macros.h.