![]()  | 
  
    Google OR-Tools v9.14
    
   a fast and portable software suite for combinatorial optimization 
   | 
 
#include <cstddef>#include <cstdint>#include <functional>#include <iosfwd>#include <iterator>#include <limits>#include <ostream>#include <string>#include <type_traits>#include <utility>#include "absl/meta/type_traits.h"#include "absl/strings/numbers.h"#include "absl/strings/str_cat.h"#include "absl/strings/str_format.h"#include "absl/strings/string_view.h"#include "absl/strings/substitute.h"Go to the source code of this file.
Macros | |
| #define | STRONG_INT_VS_STRONG_INT_BINARY_OP(op, validator) | 
| #define | STRONG_INT_VS_NUMERIC_BINARY_OP(op, validator) | 
| #define | NUMERIC_VS_STRONG_INT_BINARY_OP(op, validator) | 
| #define | STRONG_INT_COMPARISON_OP(op) | 
| #define | DEFINE_STRONG_INT_TYPE(type_name, value_type) | 
| #define DEFINE_STRONG_INT_TYPE | ( | type_name, | |
| value_type ) | 
| #define NUMERIC_VS_STRONG_INT_BINARY_OP | ( | op, | |
| validator ) | 
| #define STRONG_INT_COMPARISON_OP | ( | op | ) | 
| #define STRONG_INT_VS_NUMERIC_BINARY_OP | ( | op, | |
| validator ) | 
| #define STRONG_INT_VS_STRONG_INT_BINARY_OP | ( | op, | |
| validator ) |