gem5 v24.0.0.0
Loading...
Searching...
No Matches
hash_helpers.hh File Reference
#include <functional>
#include <numeric>
#include <tuple>
#include <type_traits>
#include <unordered_map>
#include <unordered_set>
#include <utility>
#include "base/type_traits.hh"

Go to the source code of this file.

Classes

struct  gem5::stl_helpers::hash_impl::hash< T, std::enable_if_t< is_std_hash_enabled_v< T > > >
 
struct  gem5::stl_helpers::hash_impl::hash< std::tuple< T... > >
 
struct  gem5::stl_helpers::hash_impl::hash< std::pair< T, U > >
 
struct  gem5::stl_helpers::hash_impl::hash< T, std::enable_if_t< !is_std_hash_enabled_v< T > &&is_iterable_v< T > > >
 
struct  gem5::stl_helpers::unordered_map< Key, T, Hash, KeyEqual, Allocator >
 
struct  gem5::stl_helpers::unordered_set< Key, Hash, KeyEqual, Allocator >
 

Namespaces

namespace  gem5
 Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
 
namespace  gem5::stl_helpers
 
namespace  gem5::stl_helpers::hash_impl
 

Functions

template<typename... T>
constexpr size_t gem5::stl_helpers::hash_impl::hash_combine (T... hashes)
 
constexpr size_t gem5::stl_helpers::hash_impl::hash_refine (size_t x)
 
template<typename T >
constexpr auto gem5::stl_helpers::hash_impl::make_hash_for (const T &)
 
template<typename T >
constexpr auto gem5::stl_helpers::hash_impl::hash_value (const T &v)
 

Variables

static constexpr uint64_t gem5::stl_helpers::hash_impl::C = 0xbea225f9eb34556d
 
template<typename , typename = void>
constexpr bool gem5::stl_helpers::hash_impl::is_hash_enabled = false
 

Generated on Tue Jun 18 2024 16:24:08 for gem5 by doxygen 1.11.0