#include <cassert>
#include <cstddef>
#include "absl/base/optimization.h"
#include "absl/base/port.h"
Go to the source code of this file.
◆ ABSL_ARRAYSIZE
◆ ABSL_ASSERT
#define ABSL_ASSERT |
( |
|
expr | ) |
|
Value: : [] { assert(false && #expr); }())
#define ABSL_PREDICT_TRUE(x)
Definition at line 198 of file macros.h.
◆ ABSL_DEPRECATED
#define ABSL_DEPRECATED |
( |
|
message | ) |
|
◆ ABSL_FALLTHROUGH_INTENDED
#define ABSL_FALLTHROUGH_INTENDED |
◆ ABSL_INTERNAL_CATCH_ANY
#define ABSL_INTERNAL_CATCH_ANY else if (false) |
◆ ABSL_INTERNAL_RETHROW
#define ABSL_INTERNAL_RETHROW do {} while (false) |
◆ ABSL_INTERNAL_TRY
#define ABSL_INTERNAL_TRY if (true) |