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