OR-Tools  9.3
hash.h File Reference

Go to the source code of this file.

Classes

struct  hash< std::pair< First, Second > >
 
struct  hash< std::array< T, N > >
 

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 
namespace  std
 STL namespace.
 
namespace  util_hash
 

Functions

static void mix (uint32_t &a, uint32_t &b, uint32_t &c)
 
static void mix (uint64_t &a, uint64_t &b, uint64_t &c)
 
uint32_t Hash32NumWithSeed (uint32_t num, uint32_t c)
 
uint64_t Hash64NumWithSeed (uint64_t num, uint64_t c)
 
uint64_t Hash (uint64_t num, uint64_t c)
 
uint64_t Hash (uint64_t a, uint64_t b, uint64_t c)