libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
compiler.hxx File Reference
#include <iosfwd>

Go to the source code of this file.

Macros

#define COSMOS_FORMAT_PRINTF(format_index, first_Vararg_index)
 

Variables

constexpr bool arch::x86_64 = false
 
constexpr bool arch::i386 = false
 
constexpr bool arch::x86 = x86_64 || i386
 Whether we're running on either 32-bit or 64-bit x86.
 

Detailed Description

This header determines compilation environment related information and provides compiler or C++ standard library specific features

Definition in file compiler.hxx.

Macro Definition Documentation

◆ COSMOS_FORMAT_PRINTF

#define COSMOS_FORMAT_PRINTF ( format_index,
first_Vararg_index )

Definition at line 33 of file compiler.hxx.

Variable Documentation

◆ i386

bool arch::i386 = false
inlineconstexpr

Definition at line 53 of file compiler.hxx.

◆ x86

bool arch::x86 = x86_64 || i386
inlineconstexpr

Whether we're running on either 32-bit or 64-bit x86.

Definition at line 57 of file compiler.hxx.

◆ x86_64

bool arch::x86_64 = false
inlineconstexpr

Definition at line 44 of file compiler.hxx.