![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include "absl/status/status.h"#include "absl/status/statusor.h"#include "ortools/base/status_builder.h"Go to the source code of this file.
Macros | |
| #define | RETURN_IF_ERROR(expr) |
| #define | ASSIGN_OR_RETURN(lhs, rexpr) |
| #define | STATUS_MACROS_IMPL_ASSIGN_OR_RETURN_(statusor, lhs, rexpr) |
| #define | STATUS_MACROS_IMPL_UNPARENTHESIS_INNER(...) |
| #define | STATUS_MACROS_IMPL_UNPARENTHESIS_INNER_(...) |
| #define | ISH(...) |
| #define | STATUS_MACROS_IMPL_VANISH |
| #define | STATUS_MACROS_IMPL_UNPARENTHESIS(...) |
| #define | STATUS_MACROS_IMPL_CONCAT_INNER_(x, y) |
| #define | STATUS_MACROS_IMPL_CONCAT_(x, y) |
| #define ASSIGN_OR_RETURN | ( | lhs, | |
| rexpr ) |
Definition at line 46 of file status_macros.h.
| #define ISH | ( | ... | ) |
Definition at line 60 of file status_macros.h.
| #define RETURN_IF_ERROR | ( | expr | ) |
Definition at line 27 of file status_macros.h.
| #define STATUS_MACROS_IMPL_ASSIGN_OR_RETURN_ | ( | statusor, | |
| lhs, | |||
| rexpr ) |
Definition at line 50 of file status_macros.h.
| #define STATUS_MACROS_IMPL_CONCAT_ | ( | x, | |
| y ) |
Definition at line 70 of file status_macros.h.
| #define STATUS_MACROS_IMPL_CONCAT_INNER_ | ( | x, | |
| y ) |
Definition at line 69 of file status_macros.h.
| #define STATUS_MACROS_IMPL_UNPARENTHESIS | ( | ... | ) |
Definition at line 65 of file status_macros.h.
| #define STATUS_MACROS_IMPL_UNPARENTHESIS_INNER | ( | ... | ) |
Definition at line 56 of file status_macros.h.
| #define STATUS_MACROS_IMPL_UNPARENTHESIS_INNER_ | ( | ... | ) |
Definition at line 58 of file status_macros.h.
| #define STATUS_MACROS_IMPL_VANISH |
Definition at line 61 of file status_macros.h.