#include <cerrno>
#include <cstddef>
#include <cstdio>
#include <system_error>
#include "format.h"
Go to the source code of this file.
◆ FMT_POSIX
Definition at line 45 of file os.h.
◆ FMT_POSIX_CALL
Definition at line 59 of file os.h.
◆ FMT_RETRY
#define FMT_RETRY |
( |
|
result, |
|
|
|
expression |
|
) |
| FMT_RETRY_VAL(result, expression, -1) |
Definition at line 74 of file os.h.
◆ FMT_RETRY_VAL
#define FMT_RETRY_VAL |
( |
|
result, |
|
|
|
expression, |
|
|
|
error_result |
|
) |
| |
Value: do { \
(result) = (expression); \
} while ((result) == (error_result) && errno == EINTR)
Definition at line 66 of file os.h.
◆ FMT_SYSTEM
Definition at line 54 of file os.h.
◆ FMT_USE_FCNTL
Definition at line 36 of file os.h.
◆ cstring_view
Definition at line 123 of file os.h.
◆ wcstring_view
Definition at line 124 of file os.h.
◆ system_category()
auto system_category |
( |
| ) |
-> const std::error_category& |
|
inlinenoexcept |
Definition at line 175 of file os.h.