Google OR-Tools: ortools/base/types.h Source File

Go to the documentation of this file.

1

2

3

4

5

6

7

8

9

10

11

12

13

14#ifndef ORTOOLS_BASE_TYPES_H_

15#define ORTOOLS_BASE_TYPES_H_

16

17#include <cinttypes>

18#include <cstdint>

19

24

31static const int64_t kint64min = INT64_MIN;

32static const int64_t kint64max = INT64_MAX;

33

34#endif

static const uint64_t kuint64max

Definition types.h:23

static const int32_t kint32min

Definition types.h:29

static const int16_t kint16min

Definition types.h:27

static const int64_t kint64max

Definition types.h:32

static const int32_t kint32max

Definition types.h:30

static const int8_t kint8min

Definition types.h:25

static const int8_t kint8max

Definition types.h:26

static const int16_t kint16max

Definition types.h:28

static const uint8_t kuint8max

Definition types.h:20

static const uint32_t kuint32max

Definition types.h:22

static const uint16_t kuint16max

Definition types.h:21

static const int64_t kint64min

Definition types.h:31