libcosmos
Linux C++ System Programming Library
|
#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. | |
This header determines compilation environment related information and provides compiler or C++ standard library specific features
Definition in file compiler.hxx.
#define COSMOS_FORMAT_PRINTF | ( | format_index, | |
first_Vararg_index ) |
Definition at line 33 of file compiler.hxx.
|
inlineconstexpr |
Definition at line 53 of file compiler.hxx.
|
inlineconstexpr |
Whether we're running on either 32-bit or 64-bit x86.
Definition at line 57 of file compiler.hxx.
|
inlineconstexpr |
Definition at line 44 of file compiler.hxx.