 |
OR-Tools
8.2
|
Go to the documentation of this file.
14#ifndef OR_TOOLS_UTIL_RETURN_MACROS_H_
15#define OR_TOOLS_UTIL_RETURN_MACROS_H_
20#define RETURN_IF_NULL(x) \
22 LOG(DFATAL) << #x << " == NULL"; \
26#define RETURN_VALUE_IF_NULL(x, v) \
28 LOG(DFATAL) << #x << " == NULL"; \