Support Class Library
A set of tools providing classes and utility
|
#include <scl/detect/platform/windows.h>
Go to the source code of this file.
Namespaces | |
scl | |
Global namespace of the SCL. | |
scl::detect | |
Namespace for detecting features, platform, etc... | |
scl::detect::platform | |
Namespace for platform detection. | |
scl::detect::platform::unified | |
Platform detection but in a unified way (e.g. | |
Macros | |
#define | SCL_UPLATFORM_WIN32 true |
#define | SCL_UPLATFORM_WIN64 SCL_PLATFORM_WIN64 |
#define | SCL_UPLATFORM_WINDOWS SCL_UPLATFORM_WIN32 |
Variables | |
constexpr bool | scl::detect::platform::unified::win32 = true |
constexpr bool | scl::detect::platform::unified::win64 = SCL_PLATFORM_WIN64 |
constexpr bool | scl::detect::platform::unified::windows = true |
#define SCL_UPLATFORM_WIN64 SCL_PLATFORM_WIN64 |
#define SCL_UPLATFORM_WINDOWS SCL_UPLATFORM_WIN32 |