HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
robin_hash.h File Reference
#include <algorithm>
#include <cassert>
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <exception>
#include <iterator>
#include <limits>
#include <memory>
#include <stdexcept>
#include <tuple>
#include <type_traits>
#include <utility>
#include <vector>
#include "robin_growth_policy.h"
#include "pxr/pxr.h"
+ Include dependency graph for robin_hash.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pxr_tsl::detail_robin_hash::make_void< T >
 
struct  pxr_tsl::detail_robin_hash::has_is_transparent< T, typename >
 
struct  pxr_tsl::detail_robin_hash::has_is_transparent< T, typename make_void< typename T::is_transparent >::type >
 
struct  pxr_tsl::detail_robin_hash::is_power_of_two_policy< U >
 
struct  pxr_tsl::detail_robin_hash::is_power_of_two_policy< pxr_tsl::rh::power_of_two_growth_policy< GrowthFactor > >
 
class  pxr_tsl::detail_robin_hash::bucket_entry_hash< StoreHash >
 
class  pxr_tsl::detail_robin_hash::bucket_entry_hash< true >
 
class  pxr_tsl::detail_robin_hash::bucket_entry< ValueType, StoreHash >
 
class  pxr_tsl::detail_robin_hash::robin_hash< ValueType, KeySelect, ValueSelect, Hash, KeyEqual, Allocator, StoreHash, GrowthPolicy >
 
class  pxr_tsl::detail_robin_hash::robin_hash< ValueType, KeySelect, ValueSelect, Hash, KeyEqual, Allocator, StoreHash, GrowthPolicy >::robin_iterator< IsConst >
 
class  pxr_tsl::detail_robin_hash::robin_hash< ValueType, KeySelect, ValueSelect, Hash, KeyEqual, Allocator, StoreHash, GrowthPolicy >::robin_iterator< IsConst >
 

Namespaces

 pxr_tsl
 
 pxr_tsl::detail_robin_hash
 

Typedefs

using pxr_tsl::detail_robin_hash::slz_size_type = std::uint64_t
 
using pxr_tsl::detail_robin_hash::truncated_hash_type = std::uint32_t
 

Functions

template<class T >
const T & pxr_tsl::detail_robin_hash::clamp (const T &v, const T &lo, const T &hi)