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

Variables

constexpr bool scl::detect::platform::linux = false
 Checks whether or not the platform is a Linux platform (that is neither android or apple) More...
 

Macro Definition Documentation

◆ SCL_PLATFORM_LINUX

#define SCL_PLATFORM_LINUX   false

Macro that detects whether or not the platform is a Linux platform (that is neither android or apple)

Definition at line 12 of file linux.h.