GNU g++  v5.2.1
GNU Standard C++
__gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false > Class Template Reference

Specialization 3 and 4 The client does not supply a hash function or probe function, and requests that hash values not be stored. More...

#include <ranged_probe_fn.hpp>

Inheritance diagram for __gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false >:
Collaboration diagram for __gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false >:

Protected Types

typedef Comb_Probe_Fn comb_probe_fn_base
 
typedef _Alloc::template rebind< Key >::other key_allocator
 
typedef key_allocator::const_reference key_const_reference
 
typedef _Alloc::size_type size_type
 

Protected Member Functions

 ranged_probe_fn (size_type size)
 
 ranged_probe_fn (size_type, const Comb_Probe_Fn &r_comb_probe_fn)
 
 ranged_probe_fn (size_type, const null_type &, const Comb_Probe_Fn &r_comb_probe_fn, const null_type &)
 
void swap (ranged_probe_fn &other)
 

Detailed Description

template<typename Key, typename _Alloc, typename Comb_Probe_Fn>
class __gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false >

Specialization 3 and 4 The client does not supply a hash function or probe function, and requests that hash values not be stored.

Member Typedef Documentation

template<typename Key , typename _Alloc , typename Comb_Probe_Fn >
typedef Comb_Probe_Fn __gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false >::comb_probe_fn_base
protected
template<typename Key , typename _Alloc , typename Comb_Probe_Fn >
typedef _Alloc::template rebind<Key>::other __gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false >::key_allocator
protected
template<typename Key , typename _Alloc , typename Comb_Probe_Fn >
typedef key_allocator::const_reference __gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false >::key_const_reference
protected
template<typename Key , typename _Alloc , typename Comb_Probe_Fn >
typedef _Alloc::size_type __gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false >::size_type
protected

Constructor & Destructor Documentation

template<typename Key , typename _Alloc , typename Comb_Probe_Fn >
__gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false >::ranged_probe_fn ( size_type  size)
inlineprotected
template<typename Key , typename _Alloc , typename Comb_Probe_Fn >
__gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false >::ranged_probe_fn ( size_type  ,
const Comb_Probe_Fn r_comb_probe_fn 
)
inlineprotected
template<typename Key , typename _Alloc , typename Comb_Probe_Fn >
__gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false >::ranged_probe_fn ( size_type  ,
const null_type ,
const Comb_Probe_Fn r_comb_probe_fn,
const null_type  
)
inlineprotected

Member Function Documentation

template<typename Key , typename _Alloc , typename Comb_Probe_Fn >
void __gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false >::swap ( ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false > &  other)
inlineprotected

References std::__exception_ptr::swap().

Here is the call graph for this function:


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