libstdc++
__gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, true > Class Template Reference

#include <ranged_hash_fn.hpp>

Inherits Comb_Hash_Fn.

Protected Types

typedef Comb_Hash_Fn comb_hash_fn_base
 
typedef _Alloc::size_type size_type
 

Protected Member Functions

 ranged_hash_fn (size_type)
 
 ranged_hash_fn (size_type, const Comb_Hash_Fn &)
 
 ranged_hash_fn (size_type, const null_type &, const Comb_Hash_Fn &)
 
void swap (ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, true > &)
 

Detailed Description

template<typename Key, typename _Alloc, typename Comb_Hash_Fn>
class __gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, true >

Specialization 4 The client does not supply a hash function (by specifying null_type as the Hash_Fn parameter), and requests that hash values be stored.

Definition at line 313 of file ranged_hash_fn.hpp.

Member Typedef Documentation

◆ comb_hash_fn_base

template<typename Key , typename _Alloc , typename Comb_Hash_Fn >
typedef Comb_Hash_Fn __gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, true >::comb_hash_fn_base
protected

Definition at line 318 of file ranged_hash_fn.hpp.

◆ size_type

template<typename Key , typename _Alloc , typename Comb_Hash_Fn >
typedef _Alloc::size_type __gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, true >::size_type
protected

Definition at line 317 of file ranged_hash_fn.hpp.

Constructor & Destructor Documentation

◆ ranged_hash_fn() [1/3]

template<typename Key , typename _Alloc , typename Comb_Hash_Fn >
__gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, true >::ranged_hash_fn ( size_type  size)
protected

Definition at line 331 of file ranged_hash_fn.hpp.

◆ ranged_hash_fn() [2/3]

template<typename Key , typename _Alloc , typename Comb_Hash_Fn >
__gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, true >::ranged_hash_fn ( size_type  size,
const Comb_Hash_Fn &  r_comb_hash_fn 
)
protected

Definition at line 336 of file ranged_hash_fn.hpp.

◆ ranged_hash_fn() [3/3]

template<typename Key , typename _Alloc , typename Comb_Hash_Fn >
__gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, true >::ranged_hash_fn ( size_type  size,
const null_type r_null_type,
const Comb_Hash_Fn &  r_comb_hash_fn 
)
protected

Definition at line 342 of file ranged_hash_fn.hpp.

Member Function Documentation

◆ swap()

template<typename Key , typename _Alloc , typename Comb_Hash_Fn >
void __gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, true >::swap ( ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, true > &  other)
protected

Definition at line 350 of file ranged_hash_fn.hpp.


The documentation for this class was generated from the following file: