Support Class Library
A set of tools providing classes and utility
Namespaces | Macros | Variables
posix.h File Reference
#include <scl/detect/platform/unix.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_POSIX   false
 Macro that detects whether or not the platform is a POSIX platform (that is not a Unix platform) More...
 

Variables

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

Macro Definition Documentation

◆ SCL_PLATFORM_POSIX

#define SCL_PLATFORM_POSIX   false

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

Definition at line 11 of file posix.h.