|
Support Class Library
A set of tools providing classes and utility
|
Namespace for platform detection. More...
Namespaces | |
| unified | |
| Platform detection but in a unified way (e.g. | |
Variables | |
| constexpr bool | android = false |
| constexpr bool | iosSimulator = false |
| constexpr bool | ios = false |
| constexpr bool | osx = false |
| constexpr bool | apple = false |
| constexpr bool | mac = false |
| constexpr bool | iphone = false |
| constexpr bool | linux = false |
| Checks whether or not the platform is a Linux platform (that is neither android or apple) More... | |
| constexpr bool | posix = false |
| Checks whether or not the platform is a POSIX platform (that is not a Unix platform) More... | |
| constexpr bool | unix = false |
| Checks whether or not the platform is a Unix platform (that is not a Linux platform) More... | |
| constexpr bool | win64 = false |
| Checks whether or not the platform is a 64bit Windows. More... | |
| constexpr bool | win32 = false |
| Checks whether or not the platform is a 32bit Windows. More... | |
| constexpr bool | windows = true |
| Checks whether or not the platform is windows. More... | |
Namespace for platform detection.
| scl::detect::platform::linux = false |
| scl::detect::platform::posix = false |
| scl::detect::platform::unix = false |
| scl::detect::platform::win32 = false |
| scl::detect::platform::win64 = false |
1.8.13