|
ORIGINAL
|
Compile-time functions for compiler detection. More...
Functions | |
| consteval bool | original::USING_CLANG () |
| Checks if compiling with Clang. | |
| consteval bool | original::USING_GCC () |
| Checks if compiling with GCC. | |
| consteval bool | original::USING_MSVC () |
| Checks if compiling with MSVC. | |
| consteval bool | original::USING_UNKNOWN_COMPLIER () |
| Checks if compiling with unknown compiler. | |
Compile-time functions for compiler detection.
| consteval bool original::USING_CLANG | ( | ) |
Checks if compiling with Clang.
| consteval bool original::USING_GCC | ( | ) |
Checks if compiling with GCC.
| consteval bool original::USING_MSVC | ( | ) |
Checks if compiling with MSVC.
| consteval bool original::USING_UNKNOWN_COMPLIER | ( | ) |
Checks if compiling with unknown compiler.