Support Class Library
A set of tools providing classes and utility
Namespaces | Macros | Variables
unix.h File Reference
#include <scl/detect/platform/linux.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.
 

Macros

#define SCL_PLATFORM_UNIX   false
 Macro that detects whether or not the platform is a Unix platform (that is not a Linux platform) More...
 

Variables

constexpr bool scl::detect::platform::unix = false
 Checks whether or not the platform is a Unix platform (that is not a Linux platform) More...
 

Macro Definition Documentation

◆ SCL_PLATFORM_UNIX

#define SCL_PLATFORM_UNIX   false

Macro that detects whether or not the platform is a Unix platform (that is not a Linux platform)

Definition at line 11 of file unix.h.