cimod
C++ library for a binary (and polynomial) quadratic model.
hash.hpp File Reference
#include <cstdint>
#include <iostream>
#include <utility>
#include <vector>
Include dependency graph for hash.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  std::hash< std::tuple< TupleArgs... > >
 
struct  cimod::pair_hash
 Hash function for std::unordered_map. More...
 
struct  cimod::vector_hash
 

Namespaces

 cimod
 

Functions

template<typename T >
void hash_combine (std::size_t &seed, const T &val)
 

Function Documentation

◆ hash_combine()

template<typename T >
void hash_combine ( std::size_t &  seed,
const T &  val 
)
inline